Html Css Color HEX #CC75E6 Heliotrope

📋 copy color: '#CC75E6'

red 204 ◦ green 117 ◦ blue 230

#CC75E6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Heliotrope #CC75E6

Tints of Heliotrope #CC75E6

RGB

 RED value IS 204 (80.08% from 255) = 37.02%

 GREEN value IS 117 (46.09% from 255) = 21.23%

 BLUE value IS 230 (90.23% from 255) = 41.74%

R = 37.02%
G = 21.23%
B = 41.74%

CMYK

 C value IS 0.11

 M value IS 0.49

 Y value IS 0

 K value IS 0.10

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CC75E6 (or 0xCC75E6) is known color: Heliotrope. HEX triplet: CC, 75 and E6. RGB value is (204,117,230). Sum of RGB (Red+Green+Blue) = 204+117+230=551 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.02% from 551); Green value is 117 (46.09% from 255 or 21.23% from 551); Blue value is 230 (90.23% from 255 or 41.74% from 551); Max value from RGB is 230 - color contains mainly: blue. Hex color #CC75E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC75E6 is #338A19. Grayscale: #9B9B9B. Windows color (decimal): -3377690 or 15103436. OLE color: 15103436.

HSL color Cylindrical-coordinate representation of color #CC75E6: hue angle of 286.19º degrees, saturation: 0.69, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CC75E6 is Cyan = 0.11, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 204 117 230 -
CMYK 0.11 0.49 0 0.10
HSL 286.19º 0.69% 0.68% -
HSV(B) 286.19º 0.49% 0.9% -
XYZ 45.55 31.27 78.5 -
YUV 155.9 169.82 162.31 -
System Red Green Blue C M Y K H S L
Decimal 204 117 230 0.11 0.49 0 0.10 286.19 0.69 0.68
Hex CC 75 E6 B 31 0 A 11E 45 44
Octal 314 165 346 13 61 0 12 436 105 104
Binary 11001100 1110101 11100110 1011 110001 0 1010 100011110 1000101 1000100

Color Harmonies of #CC75E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC75E6

Black with #CC75E6

Text Example


Text Example

White with #CC75E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC75E6; }

 p { color: rgb(204,117,230); }

 H1.HeaderClassName
 {
   color: #CC75E6;
 }
 .AnyTagClassName
 {
   color: #CC75E6;
 }
</style>

background-color css

<style>
 a { background-color: #CC75E6; }

 a { background-color: rgb(204,117,230); }

 div.DivClassName
 {
   background-color: #CC75E6;
 }
 .BgClassName
 {
   background-color: #CC75E6;
 }
</style>

border-color css

<style>
 span { border-color: #CC75E6; }

 span { border-color: rgb(204,117,230); }

 td.TdClassName
 {
   border-color: #CC75E6;
 }
 .TagClassName
 {
   border-color: #CC75E6;
 }
</style>