Html Css Color HEX #CC5FFE Heliotrope

📋 copy color: '#CC5FFE'

red 204 ◦ green 95 ◦ blue 254

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

Shades of Heliotrope #CC5FFE

Tints of Heliotrope #CC5FFE

RGB

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

 GREEN value IS 95 (37.5% from 255) = 17.18%

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

R = 36.89%
G = 17.18%
B = 45.93%

CMYK

 C value IS 0.20

 M value IS 0.63

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#CC5FFE (or 0xCC5FFE) is known color: Heliotrope. HEX triplet: CC, 5F and FE. RGB value is (204,95,254). Sum of RGB (Red+Green+Blue) = 204+95+254=553 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.89% from 553); Green value is 95 (37.5% from 255 or 17.18% from 553); Blue value is 254 (99.61% from 255 or 45.93% from 553); Max value from RGB is 254 - color contains mainly: blue. Hex color #CC5FFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC5FFE is #33A001. Grayscale: #919191. Windows color (decimal): -3383298 or 16670668. OLE color: 16670668.

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

Color convert

RGB 204 95 254 -
CMYK 0.20 0.63 0 0.00
HSL 281.13º 0.99% 0.68% -
HSV(B) 281.13º 0.63% 1% -
XYZ 46.88 28.18 96.73 -
YUV 145.72 189.11 169.57 -
System Red Green Blue C M Y K H S L
Decimal 204 95 254 0.20 0.63 0 0.00 281.13 0.99 0.68
Hex CC 5F FE 14 3F 0 0 119 63 44
Octal 314 137 376 24 77 0 0 431 143 104
Binary 11001100 1011111 11111110 10100 111111 0 0 100011001 1100011 1000100

Color Harmonies of #CC5FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5FFE

Black with #CC5FFE

Text Example


Text Example

White with #CC5FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5FFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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