Html Css Color HEX #CC68FF Heliotrope

📋 copy color: '#CC68FF'

red 204 ◦ green 104 ◦ blue 255

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

Shades of Heliotrope #CC68FF

Tints of Heliotrope #CC68FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 45.29%

R = 36.23%
G = 18.47%
B = 45.29%

CMYK

 C value IS 0.2

 M value IS 0.59

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CC68FF (or 0xCC68FF) is known color: Heliotrope. HEX triplet: CC, 68 and FF. RGB value is (204,104,255). Sum of RGB (Red+Green+Blue) = 204+104+255=563 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.23% from 563); Green value is 104 (41.02% from 255 or 18.47% from 563); Blue value is 255 (100% from 255 or 45.29% from 563); Max value from RGB is 255 - color contains mainly: blue. Hex color #CC68FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC68FF is #339700. Grayscale: #969696. Windows color (decimal): -3380993 or 16738508. OLE color: 16738508.

HSL color Cylindrical-coordinate representation of color #CC68FF: hue angle of 279.74º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CC68FF is Cyan = 0.2, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 204 104 255 -
CMYK 0.2 0.59 0 0
HSL 279.74º 1% 0.7% -
HSV(B) 279.74º 0.59% 1% -
XYZ 47.9 29.96 97.87 -
YUV 151.11 186.63 165.72 -
System Red Green Blue C M Y K H S L
Decimal 204 104 255 0.2 0.59 0 0 279.74 1 0.7
Hex CC 68 FF 14 3B 0 0 118 64 46
Octal 314 150 377 24 73 0 0 430 144 106
Binary 11001100 1101000 11111111 10100 111011 0 0 100011000 1100100 1000110

Color Harmonies of #CC68FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC68FF

Black with #CC68FF

Text Example


Text Example

White with #CC68FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC68FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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