Html Css Color HEX #C55BE0 Medium Orchid

📋 copy color: '#C55BE0'

red 197 ◦ green 91 ◦ blue 224

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

Shades of Medium Orchid #C55BE0

Tints of Medium Orchid #C55BE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 43.75%

R = 38.48%
G = 17.77%
B = 43.75%

CMYK

 C value IS 0.12

 M value IS 0.59

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C55BE0 (or 0xC55BE0) is known color: Medium Orchid. HEX triplet: C5, 5B and E0. RGB value is (197,91,224). Sum of RGB (Red+Green+Blue) = 197+91+224=512 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.48% from 512); Green value is 91 (35.94% from 255 or 17.77% from 512); Blue value is 224 (87.89% from 255 or 43.75% from 512); Max value from RGB is 224 - color contains mainly: blue. Hex color #C55BE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C55BE0 is #3AA41F. Grayscale: #898989. Windows color (decimal): -3843104 or 14703557. OLE color: 14703557.

HSL color Cylindrical-coordinate representation of color #C55BE0: hue angle of 287.82º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C55BE0 is Cyan = 0.12, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 197 91 224 -
CMYK 0.12 0.59 0 0.12
HSL 287.82º 0.68% 0.62% -
HSV(B) 287.82º 0.59% 0.88% -
XYZ 40.22 24.73 73.18 -
YUV 137.86 176.62 170.19 -
System Red Green Blue C M Y K H S L
Decimal 197 91 224 0.12 0.59 0 0.12 287.82 0.68 0.62
Hex C5 5B E0 C 3B 0 C 120 44 3E
Octal 305 133 340 14 73 0 14 440 104 76
Binary 11000101 1011011 11100000 1100 111011 0 1100 100100000 1000100 111110

Color Harmonies of #C55BE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55BE0

Black with #C55BE0

Text Example


Text Example

White with #C55BE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55BE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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