Html Css Color HEX #CC6BF6 Heliotrope

📋 copy color: '#CC6BF6'

red 204 ◦ green 107 ◦ blue 246

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

Shades of Heliotrope #CC6BF6

Tints of Heliotrope #CC6BF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 44.17%

R = 36.62%
G = 19.21%
B = 44.17%

CMYK

 C value IS 0.17

 M value IS 0.57

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#CC6BF6 (or 0xCC6BF6) is known color: Heliotrope. HEX triplet: CC, 6B and F6. RGB value is (204,107,246). Sum of RGB (Red+Green+Blue) = 204+107+246=557 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.62% from 557); Green value is 107 (42.19% from 255 or 19.21% from 557); Blue value is 246 (96.48% from 255 or 44.17% from 557); Max value from RGB is 246 - color contains mainly: blue. Hex color #CC6BF6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC6BF6 is #339409. Grayscale: #979797. Windows color (decimal): -3380234 or 16149452. OLE color: 16149452.

HSL color Cylindrical-coordinate representation of color #CC6BF6: hue angle of 281.87º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CC6BF6 is Cyan = 0.17, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 204 107 246 -
CMYK 0.17 0.57 0 0.04
HSL 281.87º 0.89% 0.69% -
HSV(B) 281.87º 0.57% 0.96% -
XYZ 46.79 30.01 90.51 -
YUV 151.85 181.14 165.2 -
System Red Green Blue C M Y K H S L
Decimal 204 107 246 0.17 0.57 0 0.04 281.87 0.89 0.69
Hex CC 6B F6 11 39 0 4 11A 59 45
Octal 314 153 366 21 71 0 4 432 131 105
Binary 11001100 1101011 11110110 10001 111001 0 100 100011010 1011001 1000101

Color Harmonies of #CC6BF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6BF6

Black with #CC6BF6

Text Example


Text Example

White with #CC6BF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6BF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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