Html Css Color HEX #CC6CFF Heliotrope

📋 copy color: '#CC6CFF'

red 204 ◦ green 108 ◦ blue 255

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

Shades of Heliotrope #CC6CFF

Tints of Heliotrope #CC6CFF

RGB

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

 GREEN value IS 108 (42.58% from 255) = 19.05%

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

R = 35.98%
G = 19.05%
B = 44.97%

CMYK

 C value IS 0.2

 M value IS 0.58

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CC6CFF (or 0xCC6CFF) is known color: Heliotrope. HEX triplet: CC, 6C and FF. RGB value is (204,108,255). Sum of RGB (Red+Green+Blue) = 204+108+255=567 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.98% from 567); Green value is 108 (42.58% from 255 or 19.05% from 567); Blue value is 255 (100% from 255 or 44.97% from 567); Max value from RGB is 255 - color contains mainly: blue. Hex color #CC6CFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC6CFF is #339300. Grayscale: #989898. Windows color (decimal): -3379969 or 16739532. OLE color: 16739532.

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

Color convert

RGB 204 108 255 -
CMYK 0.2 0.58 0 0
HSL 279.18º 1% 0.71% -
HSV(B) 279.18º 0.58% 1% -
XYZ 48.31 30.78 98 -
YUV 153.46 185.3 164.05 -
System Red Green Blue C M Y K H S L
Decimal 204 108 255 0.2 0.58 0 0 279.18 1 0.71
Hex CC 6C FF 14 3A 0 0 117 64 47
Octal 314 154 377 24 72 0 0 427 144 107
Binary 11001100 1101100 11111111 10100 111010 0 0 100010111 1100100 1000111

Color Harmonies of #CC6CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6CFF

Black with #CC6CFF

Text Example


Text Example

White with #CC6CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6CFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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