Html Css Color HEX #CC4FFF Heliotrope

📋 copy color: '#CC4FFF'

red 204 ◦ green 79 ◦ blue 255

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

Shades of Heliotrope #CC4FFF

Tints of Heliotrope #CC4FFF

RGB

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

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

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

R = 37.92%
G = 14.68%
B = 47.4%

CMYK

 C value IS 0.2

 M value IS 0.69

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CC4FFF (or 0xCC4FFF) is known color: Heliotrope. HEX triplet: CC, 4F and FF. RGB value is (204,79,255). Sum of RGB (Red+Green+Blue) = 204+79+255=538 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.92% from 538); Green value is 79 (31.25% from 255 or 14.68% from 538); Blue value is 255 (100% from 255 or 47.40% from 538); Max value from RGB is 255 - color contains mainly: blue. Hex color #CC4FFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC4FFF is #33B000. Grayscale: #878787. Windows color (decimal): -3387393 or 16732108. OLE color: 16732108.

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

Color convert

RGB 204 79 255 -
CMYK 0.2 0.69 0 0
HSL 282.61º 1% 0.65% -
HSV(B) 282.61º 0.69% 1% -
XYZ 45.75 25.65 97.15 -
YUV 136.44 194.91 176.19 -
System Red Green Blue C M Y K H S L
Decimal 204 79 255 0.2 0.69 0 0 282.61 1 0.65
Hex CC 4F FF 14 45 0 0 11B 64 41
Octal 314 117 377 24 105 0 0 433 144 101
Binary 11001100 1001111 11111111 10100 1000101 0 0 100011011 1100100 1000001

Color Harmonies of #CC4FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4FFF

Black with #CC4FFF

Text Example


Text Example

White with #CC4FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4FFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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