Html Css Color HEX #CC6BF2 Heliotrope

📋 copy color: '#CC6BF2'

red 204 ◦ green 107 ◦ blue 242

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

Shades of Heliotrope #CC6BF2

Tints of Heliotrope #CC6BF2

RGB

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

 GREEN value IS 107 (42.19% from 255) = 19.35%

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

R = 36.89%
G = 19.35%
B = 43.76%

CMYK

 C value IS 0.16

 M value IS 0.56

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CC6BF2 (or 0xCC6BF2) is known color: Heliotrope. HEX triplet: CC, 6B and F2. RGB value is (204,107,242). Sum of RGB (Red+Green+Blue) = 204+107+242=553 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.89% from 553); Green value is 107 (42.19% from 255 or 19.35% from 553); Blue value is 242 (94.92% from 255 or 43.76% from 553); Max value from RGB is 242 - color contains mainly: blue. Hex color #CC6BF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC6BF2 is #33940D. Grayscale: #969696. Windows color (decimal): -3380238 or 15887308. OLE color: 15887308.

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

Color convert

RGB 204 107 242 -
CMYK 0.16 0.56 0 0.05
HSL 283.11º 0.84% 0.68% -
HSV(B) 283.11º 0.56% 0.95% -
XYZ 46.19 29.76 87.32 -
YUV 151.39 179.14 165.52 -
System Red Green Blue C M Y K H S L
Decimal 204 107 242 0.16 0.56 0 0.05 283.11 0.84 0.68
Hex CC 6B F2 10 38 0 5 11B 54 44
Octal 314 153 362 20 70 0 5 433 124 104
Binary 11001100 1101011 11110010 10000 111000 0 101 100011011 1010100 1000100

Color Harmonies of #CC6BF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6BF2

Black with #CC6BF2

Text Example


Text Example

White with #CC6BF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6BF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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