Html Css Color HEX #CC6BFB Heliotrope

📋 copy color: '#CC6BFB'

red 204 ◦ green 107 ◦ blue 251

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

Shades of Heliotrope #CC6BFB

Tints of Heliotrope #CC6BFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 44.66%

R = 36.3%
G = 19.04%
B = 44.66%

CMYK

 C value IS 0.19

 M value IS 0.57

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CC6BFB (or 0xCC6BFB) is known color: Heliotrope. HEX triplet: CC, 6B and FB. RGB value is (204,107,251). Sum of RGB (Red+Green+Blue) = 204+107+251=562 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.30% from 562); Green value is 107 (42.19% from 255 or 19.04% from 562); Blue value is 251 (98.44% from 255 or 44.66% from 562); Max value from RGB is 251 - color contains mainly: blue. Hex color #CC6BFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC6BFB is #339404. Grayscale: #979797. Windows color (decimal): -3380229 or 16477132. OLE color: 16477132.

HSL color Cylindrical-coordinate representation of color #CC6BFB: hue angle of 280.42º degrees, saturation: 0.95, 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 #CC6BFB is Cyan = 0.19, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 204 107 251 -
CMYK 0.19 0.57 0 0.02
HSL 280.42º 0.95% 0.7% -
HSV(B) 280.42º 0.57% 0.98% -
XYZ 47.57 30.32 94.61 -
YUV 152.42 183.64 164.79 -
System Red Green Blue C M Y K H S L
Decimal 204 107 251 0.19 0.57 0 0.02 280.42 0.95 0.7
Hex CC 6B FB 13 39 0 2 118 5F 46
Octal 314 153 373 23 71 0 2 430 137 106
Binary 11001100 1101011 11111011 10011 111001 0 10 100011000 1011111 1000110

Color Harmonies of #CC6BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6BFB

Black with #CC6BFB

Text Example


Text Example

White with #CC6BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6BFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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