Html Css Color HEX #CC4EFF Heliotrope

📋 copy color: '#CC4EFF'

red 204 ◦ green 78 ◦ blue 255

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

Shades of Heliotrope #CC4EFF

Tints of Heliotrope #CC4EFF

RGB

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

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

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

R = 37.99%
G = 14.53%
B = 47.49%

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

#CC4EFF (or 0xCC4EFF) is known color: Heliotrope. HEX triplet: CC, 4E and FF. RGB value is (204,78,255). Sum of RGB (Red+Green+Blue) = 204+78+255=537 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.99% from 537); Green value is 78 (30.86% from 255 or 14.53% from 537); Blue value is 255 (100% from 255 or 47.49% from 537); Max value from RGB is 255 - color contains mainly: blue. Hex color #CC4EFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC4EFF is #33B100. Grayscale: #878787. Windows color (decimal): -3387649 or 16731852. OLE color: 16731852.

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

Color convert

RGB 204 78 255 -
CMYK 0.2 0.69 0 0
HSL 282.71º 1% 0.65% -
HSV(B) 282.71º 0.69% 1% -
XYZ 45.68 25.51 97.12 -
YUV 135.85 195.24 176.61 -
System Red Green Blue C M Y K H S L
Decimal 204 78 255 0.2 0.69 0 0 282.71 1 0.65
Hex CC 4E FF 14 45 0 0 11B 64 41
Octal 314 116 377 24 105 0 0 433 144 101
Binary 11001100 1001110 11111111 10100 1000101 0 0 100011011 1100100 1000001

Color Harmonies of #CC4EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4EFF

Black with #CC4EFF

Text Example


Text Example

White with #CC4EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4EFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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