Html Css Color HEX #C55BFF Heliotrope

📋 copy color: '#C55BFF'

red 197 ◦ green 91 ◦ blue 255

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

Shades of Heliotrope #C55BFF

Tints of Heliotrope #C55BFF

RGB

 RED value IS 197 (77.34% from 255) = 36.28%

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

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

R = 36.28%
G = 16.76%
B = 46.96%

CMYK

 C value IS 0.23

 M value IS 0.64

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C55BFF (or 0xC55BFF) is known color: Heliotrope. HEX triplet: C5, 5B and FF. RGB value is (197,91,255). Sum of RGB (Red+Green+Blue) = 197+91+255=543 (71% of max value = 765). Red value is 197 (77.34% from 255 or 36.28% from 543); Green value is 91 (35.94% from 255 or 16.76% from 543); Blue value is 255 (100% from 255 or 46.96% from 543); Max value from RGB is 255 - color contains mainly: blue. Hex color #C55BFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C55BFF is #3AA400. Grayscale: #8C8C8C. Windows color (decimal): -3843073 or 16735173. OLE color: 16735173.

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

Color convert

RGB 197 91 255 -
CMYK 0.23 0.64 0 0
HSL 278.78º 1% 0.68% -
HSV(B) 278.78º 0.64% 1% -
XYZ 44.82 26.57 97.37 -
YUV 141.39 192.12 167.66 -
System Red Green Blue C M Y K H S L
Decimal 197 91 255 0.23 0.64 0 0 278.78 1 0.68
Hex C5 5B FF 17 40 0 0 117 64 44
Octal 305 133 377 27 100 0 0 427 144 104
Binary 11000101 1011011 11111111 10111 1000000 0 0 100010111 1100100 1000100

Color Harmonies of #C55BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55BFF

Black with #C55BFF

Text Example


Text Example

White with #C55BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55BFF; }

 p { color: rgb(197,91,255); }

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

background-color css

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

 a { background-color: rgb(197,91,255); }

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

border-color css

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

 span { border-color: rgb(197,91,255); }

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