Html Css Color HEX #CC5EFF Heliotrope

📋 copy color: '#CC5EFF'

red 204 ◦ green 94 ◦ blue 255

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

Shades of Heliotrope #CC5EFF

Tints of Heliotrope #CC5EFF

RGB

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

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

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

R = 36.89%
G = 17%
B = 46.11%

CMYK

 C value IS 0.2

 M value IS 0.63

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CC5EFF (or 0xCC5EFF) is known color: Heliotrope. HEX triplet: CC, 5E and FF. RGB value is (204,94,255). Sum of RGB (Red+Green+Blue) = 204+94+255=553 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.89% from 553); Green value is 94 (37.11% from 255 or 17.00% from 553); Blue value is 255 (100% from 255 or 46.11% from 553); Max value from RGB is 255 - color contains mainly: blue. Hex color #CC5EFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC5EFF is #33A100. Grayscale: #909090. Windows color (decimal): -3383553 or 16735948. OLE color: 16735948.

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

Color convert

RGB 204 94 255 -
CMYK 0.2 0.63 0 0
HSL 280.99º 1% 0.68% -
HSV(B) 280.99º 0.63% 1% -
XYZ 46.95 28.06 97.55 -
YUV 145.24 189.94 169.91 -
System Red Green Blue C M Y K H S L
Decimal 204 94 255 0.2 0.63 0 0 280.99 1 0.68
Hex CC 5E FF 14 3F 0 0 119 64 44
Octal 314 136 377 24 77 0 0 431 144 104
Binary 11001100 1011110 11111111 10100 111111 0 0 100011001 1100100 1000100

Color Harmonies of #CC5EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5EFF

Black with #CC5EFF

Text Example


Text Example

White with #CC5EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5EFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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