Html Css Color HEX #CC68E8 Heliotrope

📋 copy color: '#CC68E8'

red 204 ◦ green 104 ◦ blue 232

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

Shades of Heliotrope #CC68E8

Tints of Heliotrope #CC68E8

RGB

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

 GREEN value IS 104 (41.02% from 255) = 19.26%

 BLUE value IS 232 (91.02% from 255) = 42.96%

R = 37.78%
G = 19.26%
B = 42.96%

CMYK

 C value IS 0.12

 M value IS 0.55

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#CC68E8 (or 0xCC68E8) is known color: Heliotrope. HEX triplet: CC, 68 and E8. RGB value is (204,104,232). Sum of RGB (Red+Green+Blue) = 204+104+232=540 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.78% from 540); Green value is 104 (41.02% from 255 or 19.26% from 540); Blue value is 232 (91.02% from 255 or 42.96% from 540); Max value from RGB is 232 - color contains mainly: blue. Hex color #CC68E8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC68E8 is #339717. Grayscale: #949494. Windows color (decimal): -3381016 or 15231180. OLE color: 15231180.

HSL color Cylindrical-coordinate representation of color #CC68E8: hue angle of 286.88º degrees, saturation: 0.74, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CC68E8 is Cyan = 0.12, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 204 104 232 -
CMYK 0.12 0.55 0 0.09
HSL 286.88º 0.74% 0.66% -
HSV(B) 286.88º 0.55% 0.91% -
XYZ 44.42 28.56 79.52 -
YUV 148.49 175.13 167.59 -
System Red Green Blue C M Y K H S L
Decimal 204 104 232 0.12 0.55 0 0.09 286.88 0.74 0.66
Hex CC 68 E8 C 37 0 9 11F 4A 42
Octal 314 150 350 14 67 0 11 437 112 102
Binary 11001100 1101000 11101000 1100 110111 0 1001 100011111 1001010 1000010

Color Harmonies of #CC68E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC68E8

Black with #CC68E8

Text Example


Text Example

White with #CC68E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC68E8; }

 p { color: rgb(204,104,232); }

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

background-color css

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

 a { background-color: rgb(204,104,232); }

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

border-color css

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

 span { border-color: rgb(204,104,232); }

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