Html Css Color HEX #C05BE1 Medium Orchid

📋 copy color: '#C05BE1'

red 192 ◦ green 91 ◦ blue 225

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

Shades of Medium Orchid #C05BE1

Tints of Medium Orchid #C05BE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 44.29%

R = 37.8%
G = 17.91%
B = 44.29%

CMYK

 C value IS 0.15

 M value IS 0.60

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C05BE1 (or 0xC05BE1) is known color: Medium Orchid. HEX triplet: C0, 5B and E1. RGB value is (192,91,225). Sum of RGB (Red+Green+Blue) = 192+91+225=508 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.80% from 508); Green value is 91 (35.94% from 255 or 17.91% from 508); Blue value is 225 (88.28% from 255 or 44.29% from 508); Max value from RGB is 225 - color contains mainly: blue. Hex color #C05BE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C05BE1 is #3FA41E. Grayscale: #888888. Windows color (decimal): -4170783 or 14769088. OLE color: 14769088.

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

Color convert

RGB 192 91 225 -
CMYK 0.15 0.60 0 0.12
HSL 285.22º 0.69% 0.62% -
HSV(B) 285.22º 0.6% 0.88% -
XYZ 39.07 24.12 73.83 -
YUV 136.48 177.96 167.6 -
System Red Green Blue C M Y K H S L
Decimal 192 91 225 0.15 0.60 0 0.12 285.22 0.69 0.62
Hex C0 5B E1 F 3C 0 C 11D 45 3E
Octal 300 133 341 17 74 0 14 435 105 76
Binary 11000000 1011011 11100001 1111 111100 0 1100 100011101 1000101 111110

Color Harmonies of #C05BE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05BE1

Black with #C05BE1

Text Example


Text Example

White with #C05BE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05BE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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