Html Css Color HEX #CC4FFE Heliotrope

📋 copy color: '#CC4FFE'

red 204 ◦ green 79 ◦ blue 254

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

Shades of Heliotrope #CC4FFE

Tints of Heliotrope #CC4FFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 47.3%

R = 37.99%
G = 14.71%
B = 47.3%

CMYK

 C value IS 0.20

 M value IS 0.69

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#CC4FFE (or 0xCC4FFE) is known color: Heliotrope. HEX triplet: CC, 4F and FE. RGB value is (204,79,254). Sum of RGB (Red+Green+Blue) = 204+79+254=537 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.99% from 537); Green value is 79 (31.25% from 255 or 14.71% from 537); Blue value is 254 (99.61% from 255 or 47.30% from 537); Max value from RGB is 254 - color contains mainly: blue. Hex color #CC4FFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC4FFE is #33B001. Grayscale: #878787. Windows color (decimal): -3387394 or 16666572. OLE color: 16666572.

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

Color convert

RGB 204 79 254 -
CMYK 0.20 0.69 0 0.00
HSL 282.86º 0.99% 0.65% -
HSV(B) 282.86º 0.69% 1% -
XYZ 45.59 25.59 96.3 -
YUV 136.33 194.41 176.27 -
System Red Green Blue C M Y K H S L
Decimal 204 79 254 0.20 0.69 0 0.00 282.86 0.99 0.65
Hex CC 4F FE 14 45 0 0 11B 63 41
Octal 314 117 376 24 105 0 0 433 143 101
Binary 11001100 1001111 11111110 10100 1000101 0 0 100011011 1100011 1000001

Color Harmonies of #CC4FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4FFE

Black with #CC4FFE

Text Example


Text Example

White with #CC4FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4FFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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