Html Css Color HEX #CC5EFD Heliotrope

📋 copy color: '#CC5EFD'

red 204 ◦ green 94 ◦ blue 253

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

Shades of Heliotrope #CC5EFD

Tints of Heliotrope #CC5EFD

RGB

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

 GREEN value IS 94 (37.11% from 255) = 17.06%

 BLUE value IS 253 (99.22% from 255) = 45.92%

R = 37.02%
G = 17.06%
B = 45.92%

CMYK

 C value IS 0.19

 M value IS 0.63

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CC5EFD (or 0xCC5EFD) is known color: Heliotrope. HEX triplet: CC, 5E and FD. RGB value is (204,94,253). Sum of RGB (Red+Green+Blue) = 204+94+253=551 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.02% from 551); Green value is 94 (37.11% from 255 or 17.06% from 551); Blue value is 253 (99.22% from 255 or 45.92% from 551); Max value from RGB is 253 - color contains mainly: blue. Hex color #CC5EFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC5EFD is #33A102. Grayscale: #909090. Windows color (decimal): -3383555 or 16604876. OLE color: 16604876.

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

Color convert

RGB 204 94 253 -
CMYK 0.19 0.63 0 0.01
HSL 281.51º 0.98% 0.68% -
HSV(B) 281.51º 0.63% 0.99% -
XYZ 46.63 27.93 95.86 -
YUV 145.02 188.94 170.07 -
System Red Green Blue C M Y K H S L
Decimal 204 94 253 0.19 0.63 0 0.01 281.51 0.98 0.68
Hex CC 5E FD 13 3F 0 1 11A 62 44
Octal 314 136 375 23 77 0 1 432 142 104
Binary 11001100 1011110 11111101 10011 111111 0 1 100011010 1100010 1000100

Color Harmonies of #CC5EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5EFD

Black with #CC5EFD

Text Example


Text Example

White with #CC5EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5EFD; }

 p { color: rgb(204,94,253); }

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

background-color css

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

 a { background-color: rgb(204,94,253); }

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

border-color css

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

 span { border-color: rgb(204,94,253); }

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