Html Css Color HEX #CC4CFD Heliotrope

📋 copy color: '#CC4CFD'

red 204 ◦ green 76 ◦ blue 253

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

Shades of Heliotrope #CC4CFD

Tints of Heliotrope #CC4CFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 47.47%

R = 38.27%
G = 14.26%
B = 47.47%

CMYK

 C value IS 0.19

 M value IS 0.70

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CC4CFD (or 0xCC4CFD) is known color: Heliotrope. HEX triplet: CC, 4C and FD. RGB value is (204,76,253). Sum of RGB (Red+Green+Blue) = 204+76+253=533 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.27% from 533); Green value is 76 (30.08% from 255 or 14.26% from 533); Blue value is 253 (99.22% from 255 or 47.47% from 533); Max value from RGB is 253 - color contains mainly: blue. Hex color #CC4CFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC4CFD is #33B302. Grayscale: #858585. Windows color (decimal): -3388163 or 16600268. OLE color: 16600268.

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

Color convert

RGB 204 76 253 -
CMYK 0.19 0.70 0 0.01
HSL 283.39º 0.98% 0.65% -
HSV(B) 283.39º 0.7% 0.99% -
XYZ 45.22 25.1 95.39 -
YUV 134.45 194.91 177.61 -
System Red Green Blue C M Y K H S L
Decimal 204 76 253 0.19 0.70 0 0.01 283.39 0.98 0.65
Hex CC 4C FD 13 46 0 1 11B 62 41
Octal 314 114 375 23 106 0 1 433 142 101
Binary 11001100 1001100 11111101 10011 1000110 0 1 100011011 1100010 1000001

Color Harmonies of #CC4CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4CFD

Black with #CC4CFD

Text Example


Text Example

White with #CC4CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4CFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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