Html Css Color HEX #CC6CF2 Heliotrope

📋 copy color: '#CC6CF2'

red 204 ◦ green 108 ◦ blue 242

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

Shades of Heliotrope #CC6CF2

Tints of Heliotrope #CC6CF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 43.68%

R = 36.82%
G = 19.49%
B = 43.68%

CMYK

 C value IS 0.16

 M value IS 0.55

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CC6CF2 (or 0xCC6CF2) is known color: Heliotrope. HEX triplet: CC, 6C and F2. RGB value is (204,108,242). Sum of RGB (Red+Green+Blue) = 204+108+242=554 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.82% from 554); Green value is 108 (42.58% from 255 or 19.49% from 554); Blue value is 242 (94.92% from 255 or 43.68% from 554); Max value from RGB is 242 - color contains mainly: blue. Hex color #CC6CF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC6CF2 is #33930D. Grayscale: #979797. Windows color (decimal): -3379982 or 15887564. OLE color: 15887564.

HSL color Cylindrical-coordinate representation of color #CC6CF2: hue angle of 282.99º degrees, saturation: 0.84, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CC6CF2 is Cyan = 0.16, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 204 108 242 -
CMYK 0.16 0.55 0 0.05
HSL 282.99º 0.84% 0.69% -
HSV(B) 282.99º 0.55% 0.95% -
XYZ 46.29 29.97 87.35 -
YUV 151.98 178.8 165.1 -
System Red Green Blue C M Y K H S L
Decimal 204 108 242 0.16 0.55 0 0.05 282.99 0.84 0.69
Hex CC 6C F2 10 37 0 5 11B 54 45
Octal 314 154 362 20 67 0 5 433 124 105
Binary 11001100 1101100 11110010 10000 110111 0 101 100011011 1010100 1000101

Color Harmonies of #CC6CF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6CF2

Black with #CC6CF2

Text Example


Text Example

White with #CC6CF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6CF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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