Html Css Color HEX #C05BE0 Medium Orchid

📋 copy color: '#C05BE0'

red 192 ◦ green 91 ◦ blue 224

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

Shades of Medium Orchid #C05BE0

Tints of Medium Orchid #C05BE0

RGB

 RED value IS 192 (75.39% from 255) = 37.87%

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

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

R = 37.87%
G = 17.95%
B = 44.18%

CMYK

 C value IS 0.14

 M value IS 0.59

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C05BE0 (or 0xC05BE0) is known color: Medium Orchid. HEX triplet: C0, 5B and E0. RGB value is (192,91,224). Sum of RGB (Red+Green+Blue) = 192+91+224=507 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.87% from 507); Green value is 91 (35.94% from 255 or 17.95% from 507); Blue value is 224 (87.89% from 255 or 44.18% from 507); Max value from RGB is 224 - color contains mainly: blue. Hex color #C05BE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C05BE0 is #3FA41F. Grayscale: #878787. Windows color (decimal): -4170784 or 14703552. OLE color: 14703552.

HSL color Cylindrical-coordinate representation of color #C05BE0: hue angle of 285.56º 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 #C05BE0 is Cyan = 0.14, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 192 91 224 -
CMYK 0.14 0.59 0 0.12
HSL 285.56º 0.68% 0.62% -
HSV(B) 285.56º 0.59% 0.88% -
XYZ 38.93 24.07 73.12 -
YUV 136.36 177.46 167.69 -
System Red Green Blue C M Y K H S L
Decimal 192 91 224 0.14 0.59 0 0.12 285.56 0.68 0.62
Hex C0 5B E0 E 3B 0 C 11E 44 3E
Octal 300 133 340 16 73 0 14 436 104 76
Binary 11000000 1011011 11100000 1110 111011 0 1100 100011110 1000100 111110

Color Harmonies of #C05BE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05BE0

Black with #C05BE0

Text Example


Text Example

White with #C05BE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05BE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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