Html Css Color HEX #CC4FFB Heliotrope

📋 copy color: '#CC4FFB'

red 204 ◦ green 79 ◦ blue 251

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

Shades of Heliotrope #CC4FFB

Tints of Heliotrope #CC4FFB

RGB

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

 GREEN value IS 79 (31.25% from 255) = 14.79%

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

R = 38.2%
G = 14.79%
B = 47%

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

#CC4FFB (or 0xCC4FFB) is known color: Heliotrope. HEX triplet: CC, 4F and FB. RGB value is (204,79,251). Sum of RGB (Red+Green+Blue) = 204+79+251=534 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.20% from 534); Green value is 79 (31.25% from 255 or 14.79% from 534); Blue value is 251 (98.44% from 255 or 47.00% from 534); Max value from RGB is 251 - color contains mainly: blue. Hex color #CC4FFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC4FFB is #33B004. Grayscale: #878787. Windows color (decimal): -3387397 or 16469964. OLE color: 16469964.

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

Color convert

RGB 204 79 251 -
CMYK 0.19 0.69 0 0.02
HSL 283.6º 0.96% 0.65% -
HSV(B) 283.6º 0.69% 0.98% -
XYZ 45.11 25.39 93.79 -
YUV 135.98 192.91 176.51 -
System Red Green Blue C M Y K H S L
Decimal 204 79 251 0.19 0.69 0 0.02 283.6 0.96 0.65
Hex CC 4F FB 13 45 0 2 11C 60 41
Octal 314 117 373 23 105 0 2 434 140 101
Binary 11001100 1001111 11111011 10011 1000101 0 10 100011100 1100000 1000001

Color Harmonies of #CC4FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4FFB

Black with #CC4FFB

Text Example


Text Example

White with #CC4FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4FFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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