Html Css Color HEX #CC4CFB Heliotrope

📋 copy color: '#CC4CFB'

red 204 ◦ green 76 ◦ blue 251

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

Shades of Heliotrope #CC4CFB

Tints of Heliotrope #CC4CFB

RGB

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

 GREEN value IS 76 (30.08% from 255) = 14.31%

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

R = 38.42%
G = 14.31%
B = 47.27%

CMYK

 C value IS 0.19

 M value IS 0.70

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CC4CFB (or 0xCC4CFB) is known color: Heliotrope. HEX triplet: CC, 4C and FB. RGB value is (204,76,251). Sum of RGB (Red+Green+Blue) = 204+76+251=531 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.42% from 531); Green value is 76 (30.08% from 255 or 14.31% from 531); Blue value is 251 (98.44% from 255 or 47.27% from 531); Max value from RGB is 251 - color contains mainly: blue. Hex color #CC4CFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC4CFB is #33B304. Grayscale: #858585. Windows color (decimal): -3388165 or 16469196. OLE color: 16469196.

HSL color Cylindrical-coordinate representation of color #CC4CFB: hue angle of 283.89º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CC4CFB is Cyan = 0.19, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 204 76 251 -
CMYK 0.19 0.70 0 0.02
HSL 283.89º 0.96% 0.64% -
HSV(B) 283.89º 0.7% 0.98% -
XYZ 44.9 24.97 93.72 -
YUV 134.22 193.91 177.77 -
System Red Green Blue C M Y K H S L
Decimal 204 76 251 0.19 0.70 0 0.02 283.89 0.96 0.64
Hex CC 4C FB 13 46 0 2 11C 60 40
Octal 314 114 373 23 106 0 2 434 140 100
Binary 11001100 1001100 11111011 10011 1000110 0 10 100011100 1100000 1000000

Color Harmonies of #CC4CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4CFB

Black with #CC4CFB

Text Example


Text Example

White with #CC4CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4CFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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