Html Css Color HEX #CC5EF7 Heliotrope

📋 copy color: '#CC5EF7'

red 204 ◦ green 94 ◦ blue 247

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

Shades of Heliotrope #CC5EF7

Tints of Heliotrope #CC5EF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 45.32%

R = 37.43%
G = 17.25%
B = 45.32%

CMYK

 C value IS 0.17

 M value IS 0.62

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#CC5EF7 (or 0xCC5EF7) is known color: Heliotrope. HEX triplet: CC, 5E and F7. RGB value is (204,94,247). Sum of RGB (Red+Green+Blue) = 204+94+247=545 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.43% from 545); Green value is 94 (37.11% from 255 or 17.25% from 545); Blue value is 247 (96.88% from 255 or 45.32% from 545); Max value from RGB is 247 - color contains mainly: blue. Hex color #CC5EF7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC5EF7 is #33A108. Grayscale: #8F8F8F. Windows color (decimal): -3383561 or 16211660. OLE color: 16211660.

HSL color Cylindrical-coordinate representation of color #CC5EF7: hue angle of 283.14º degrees, saturation: 0.91, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CC5EF7 is Cyan = 0.17, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 204 94 247 -
CMYK 0.17 0.62 0 0.03
HSL 283.14º 0.91% 0.67% -
HSV(B) 283.14º 0.62% 0.97% -
XYZ 45.69 27.56 90.91 -
YUV 144.33 185.94 170.56 -
System Red Green Blue C M Y K H S L
Decimal 204 94 247 0.17 0.62 0 0.03 283.14 0.91 0.67
Hex CC 5E F7 11 3E 0 3 11B 5B 43
Octal 314 136 367 21 76 0 3 433 133 103
Binary 11001100 1011110 11110111 10001 111110 0 11 100011011 1011011 1000011

Color Harmonies of #CC5EF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5EF7

Black with #CC5EF7

Text Example


Text Example

White with #CC5EF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5EF7; }

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

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

background-color css

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

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

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

border-color css

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

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

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