Html Css Color HEX #CC5BF8 Heliotrope

📋 copy color: '#CC5BF8'

red 204 ◦ green 91 ◦ blue 248

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

Shades of Heliotrope #CC5BF8

Tints of Heliotrope #CC5BF8

RGB

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

 GREEN value IS 91 (35.94% from 255) = 16.76%

 BLUE value IS 248 (97.27% from 255) = 45.67%

R = 37.57%
G = 16.76%
B = 45.67%

CMYK

 C value IS 0.18

 M value IS 0.63

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#CC5BF8 (or 0xCC5BF8) is known color: Heliotrope. HEX triplet: CC, 5B and F8. RGB value is (204,91,248). Sum of RGB (Red+Green+Blue) = 204+91+248=543 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.57% from 543); Green value is 91 (35.94% from 255 or 16.76% from 543); Blue value is 248 (97.27% from 255 or 45.67% from 543); Max value from RGB is 248 - color contains mainly: blue. Hex color #CC5BF8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC5BF8 is #33A407. Grayscale: #8E8E8E. Windows color (decimal): -3384328 or 16276428. OLE color: 16276428.

HSL color Cylindrical-coordinate representation of color #CC5BF8: hue angle of 283.18º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CC5BF8 is Cyan = 0.18, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 204 91 248 -
CMYK 0.18 0.63 0 0.03
HSL 283.18º 0.92% 0.66% -
HSV(B) 283.18º 0.63% 0.97% -
XYZ 45.59 27.1 91.63 -
YUV 142.69 187.44 171.73 -
System Red Green Blue C M Y K H S L
Decimal 204 91 248 0.18 0.63 0 0.03 283.18 0.92 0.66
Hex CC 5B F8 12 3F 0 3 11B 5C 42
Octal 314 133 370 22 77 0 3 433 134 102
Binary 11001100 1011011 11111000 10010 111111 0 11 100011011 1011100 1000010

Color Harmonies of #CC5BF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5BF8

Black with #CC5BF8

Text Example


Text Example

White with #CC5BF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5BF8; }

 p { color: rgb(204,91,248); }

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

background-color css

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

 a { background-color: rgb(204,91,248); }

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

border-color css

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

 span { border-color: rgb(204,91,248); }

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