Html Css Color HEX #CC4AFF Heliotrope

📋 copy color: '#CC4AFF'

red 204 ◦ green 74 ◦ blue 255

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

Shades of Heliotrope #CC4AFF

Tints of Heliotrope #CC4AFF

RGB

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

 GREEN value IS 74 (29.3% from 255) = 13.88%

 BLUE value IS 255 (100% from 255) = 47.84%

R = 38.27%
G = 13.88%
B = 47.84%

CMYK

 C value IS 0.2

 M value IS 0.71

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CC4AFF (or 0xCC4AFF) is known color: Heliotrope. HEX triplet: CC, 4A and FF. RGB value is (204,74,255). Sum of RGB (Red+Green+Blue) = 204+74+255=533 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.27% from 533); Green value is 74 (29.30% from 255 or 13.88% from 533); Blue value is 255 (100% from 255 or 47.84% from 533); Max value from RGB is 255 - color contains mainly: blue. Hex color #CC4AFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC4AFF is #33B500. Grayscale: #848484. Windows color (decimal): -3388673 or 16730828. OLE color: 16730828.

HSL color Cylindrical-coordinate representation of color #CC4AFF: hue angle of 283.09º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CC4AFF is Cyan = 0.2, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 204 74 255 -
CMYK 0.2 0.71 0 0
HSL 283.09º 1% 0.65% -
HSV(B) 283.09º 0.71% 1% -
XYZ 45.4 24.95 97.03 -
YUV 133.5 196.57 178.28 -
System Red Green Blue C M Y K H S L
Decimal 204 74 255 0.2 0.71 0 0 283.09 1 0.65
Hex CC 4A FF 14 47 0 0 11B 64 41
Octal 314 112 377 24 107 0 0 433 144 101
Binary 11001100 1001010 11111111 10100 1000111 0 0 100011011 1100100 1000001

Color Harmonies of #CC4AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4AFF

Black with #CC4AFF

Text Example


Text Example

White with #CC4AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4AFF; }

 p { color: rgb(204,74,255); }

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

background-color css

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

 a { background-color: rgb(204,74,255); }

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

border-color css

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

 span { border-color: rgb(204,74,255); }

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