Html Css Color HEX #CC6BF9 Heliotrope

📋 copy color: '#CC6BF9'

red 204 ◦ green 107 ◦ blue 249

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

Shades of Heliotrope #CC6BF9

Tints of Heliotrope #CC6BF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 44.46%

R = 36.43%
G = 19.11%
B = 44.46%

CMYK

 C value IS 0.18

 M value IS 0.57

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CC6BF9 (or 0xCC6BF9) is known color: Heliotrope. HEX triplet: CC, 6B and F9. RGB value is (204,107,249). Sum of RGB (Red+Green+Blue) = 204+107+249=560 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.43% from 560); Green value is 107 (42.19% from 255 or 19.11% from 560); Blue value is 249 (97.66% from 255 or 44.46% from 560); Max value from RGB is 249 - color contains mainly: blue. Hex color #CC6BF9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC6BF9 is #339406. Grayscale: #979797. Windows color (decimal): -3380231 or 16346060. OLE color: 16346060.

HSL color Cylindrical-coordinate representation of color #CC6BF9: hue angle of 280.99º degrees, saturation: 0.92, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CC6BF9 is Cyan = 0.18, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 204 107 249 -
CMYK 0.18 0.57 0 0.02
HSL 280.99º 0.92% 0.7% -
HSV(B) 280.99º 0.57% 0.98% -
XYZ 47.26 30.19 92.96 -
YUV 152.19 182.64 164.95 -
System Red Green Blue C M Y K H S L
Decimal 204 107 249 0.18 0.57 0 0.02 280.99 0.92 0.7
Hex CC 6B F9 12 39 0 2 119 5C 46
Octal 314 153 371 22 71 0 2 431 134 106
Binary 11001100 1101011 11111001 10010 111001 0 10 100011001 1011100 1000110

Color Harmonies of #CC6BF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6BF9

Black with #CC6BF9

Text Example


Text Example

White with #CC6BF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6BF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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