Html Css Color HEX #CC6BFC Heliotrope

📋 copy color: '#CC6BFC'

red 204 ◦ green 107 ◦ blue 252

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

Shades of Heliotrope #CC6BFC

Tints of Heliotrope #CC6BFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 44.76%

R = 36.23%
G = 19.01%
B = 44.76%

CMYK

 C value IS 0.19

 M value IS 0.58

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CC6BFC (or 0xCC6BFC) is known color: Heliotrope. HEX triplet: CC, 6B and FC. RGB value is (204,107,252). Sum of RGB (Red+Green+Blue) = 204+107+252=563 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.23% from 563); Green value is 107 (42.19% from 255 or 19.01% from 563); Blue value is 252 (98.83% from 255 or 44.76% from 563); Max value from RGB is 252 - color contains mainly: blue. Hex color #CC6BFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC6BFC is #339403. Grayscale: #989898. Windows color (decimal): -3380228 or 16542668. OLE color: 16542668.

HSL color Cylindrical-coordinate representation of color #CC6BFC: hue angle of 280.14º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CC6BFC is Cyan = 0.19, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 204 107 252 -
CMYK 0.19 0.58 0 0.01
HSL 280.14º 0.96% 0.7% -
HSV(B) 280.14º 0.58% 0.99% -
XYZ 47.73 30.38 95.44 -
YUV 152.53 184.14 164.71 -
System Red Green Blue C M Y K H S L
Decimal 204 107 252 0.19 0.58 0 0.01 280.14 0.96 0.7
Hex CC 6B FC 13 3A 0 1 118 60 46
Octal 314 153 374 23 72 0 1 430 140 106
Binary 11001100 1101011 11111100 10011 111010 0 1 100011000 1100000 1000110

Color Harmonies of #CC6BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6BFC

Black with #CC6BFC

Text Example


Text Example

White with #CC6BFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6BFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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