Html Css Color HEX #CC6FFB Heliotrope

📋 copy color: '#CC6FFB'

red 204 ◦ green 111 ◦ blue 251

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

Shades of Heliotrope #CC6FFB

Tints of Heliotrope #CC6FFB

RGB

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

 GREEN value IS 111 (43.75% from 255) = 19.61%

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

R = 36.04%
G = 19.61%
B = 44.35%

CMYK

 C value IS 0.19

 M value IS 0.56

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CC6FFB (or 0xCC6FFB) is known color: Heliotrope. HEX triplet: CC, 6F and FB. RGB value is (204,111,251). Sum of RGB (Red+Green+Blue) = 204+111+251=566 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.04% from 566); Green value is 111 (43.75% from 255 or 19.61% from 566); Blue value is 251 (98.44% from 255 or 44.35% from 566); Max value from RGB is 251 - color contains mainly: blue. Hex color #CC6FFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC6FFB is #339004. Grayscale: #9A9A9A. Windows color (decimal): -3379205 or 16478156. OLE color: 16478156.

HSL color Cylindrical-coordinate representation of color #CC6FFB: hue angle of 279.86º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CC6FFB is Cyan = 0.19, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 204 111 251 -
CMYK 0.19 0.56 0 0.02
HSL 279.86º 0.95% 0.71% -
HSV(B) 279.86º 0.56% 0.98% -
XYZ 48 31.17 94.75 -
YUV 154.77 182.31 163.12 -
System Red Green Blue C M Y K H S L
Decimal 204 111 251 0.19 0.56 0 0.02 279.86 0.95 0.71
Hex CC 6F FB 13 38 0 2 118 5F 47
Octal 314 157 373 23 70 0 2 430 137 107
Binary 11001100 1101111 11111011 10011 111000 0 10 100011000 1011111 1000111

Color Harmonies of #CC6FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6FFB

Black with #CC6FFB

Text Example


Text Example

White with #CC6FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6FFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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