Html Css Color HEX #CC4EFB Heliotrope

📋 copy color: '#CC4EFB'

red 204 ◦ green 78 ◦ blue 251

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

Shades of Heliotrope #CC4EFB

Tints of Heliotrope #CC4EFB

RGB

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

 GREEN value IS 78 (30.86% from 255) = 14.63%

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

R = 38.27%
G = 14.63%
B = 47.09%

CMYK

 C value IS 0.19

 M value IS 0.69

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CC4EFB (or 0xCC4EFB) is known color: Heliotrope. HEX triplet: CC, 4E and FB. RGB value is (204,78,251). Sum of RGB (Red+Green+Blue) = 204+78+251=533 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.27% from 533); Green value is 78 (30.86% from 255 or 14.63% from 533); Blue value is 251 (98.44% from 255 or 47.09% from 533); Max value from RGB is 251 - color contains mainly: blue. Hex color #CC4EFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC4EFB is #33B104. Grayscale: #868686. Windows color (decimal): -3387653 or 16469708. OLE color: 16469708.

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

Color convert

RGB 204 78 251 -
CMYK 0.19 0.69 0 0.02
HSL 283.7º 0.96% 0.65% -
HSV(B) 283.7º 0.69% 0.98% -
XYZ 45.04 25.25 93.77 -
YUV 135.4 193.24 176.93 -
System Red Green Blue C M Y K H S L
Decimal 204 78 251 0.19 0.69 0 0.02 283.7 0.96 0.65
Hex CC 4E FB 13 45 0 2 11C 60 41
Octal 314 116 373 23 105 0 2 434 140 101
Binary 11001100 1001110 11111011 10011 1000101 0 10 100011100 1100000 1000001

Color Harmonies of #CC4EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4EFB

Black with #CC4EFB

Text Example


Text Example

White with #CC4EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4EFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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