Html Css Color HEX #CC5BF1 Heliotrope

📋 copy color: '#CC5BF1'

red 204 ◦ green 91 ◦ blue 241

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

Shades of Heliotrope #CC5BF1

Tints of Heliotrope #CC5BF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 44.96%

R = 38.06%
G = 16.98%
B = 44.96%

CMYK

 C value IS 0.15

 M value IS 0.62

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CC5BF1 (or 0xCC5BF1) is known color: Heliotrope. HEX triplet: CC, 5B and F1. RGB value is (204,91,241). Sum of RGB (Red+Green+Blue) = 204+91+241=536 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.06% from 536); Green value is 91 (35.94% from 255 or 16.98% from 536); Blue value is 241 (94.53% from 255 or 44.96% from 536); Max value from RGB is 241 - color contains mainly: blue. Hex color #CC5BF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC5BF1 is #33A40E. Grayscale: #8D8D8D. Windows color (decimal): -3384335 or 15817676. OLE color: 15817676.

HSL color Cylindrical-coordinate representation of color #CC5BF1: hue angle of 285.2º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CC5BF1 is Cyan = 0.15, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 204 91 241 -
CMYK 0.15 0.62 0 0.05
HSL 285.2º 0.84% 0.65% -
HSV(B) 285.2º 0.62% 0.95% -
XYZ 44.52 26.67 86.02 -
YUV 141.89 183.94 172.3 -
System Red Green Blue C M Y K H S L
Decimal 204 91 241 0.15 0.62 0 0.05 285.2 0.84 0.65
Hex CC 5B F1 F 3E 0 5 11D 54 41
Octal 314 133 361 17 76 0 5 435 124 101
Binary 11001100 1011011 11110001 1111 111110 0 101 100011101 1010100 1000001

Color Harmonies of #CC5BF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5BF1

Black with #CC5BF1

Text Example


Text Example

White with #CC5BF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5BF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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