Html Css Color HEX #C05BEA Medium Orchid

📋 copy color: '#C05BEA'

red 192 ◦ green 91 ◦ blue 234

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

Shades of Medium Orchid #C05BEA

Tints of Medium Orchid #C05BEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 45.26%

R = 37.14%
G = 17.6%
B = 45.26%

CMYK

 C value IS 0.18

 M value IS 0.61

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C05BEA (or 0xC05BEA) is known color: Medium Orchid. HEX triplet: C0, 5B and EA. RGB value is (192,91,234). Sum of RGB (Red+Green+Blue) = 192+91+234=517 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.14% from 517); Green value is 91 (35.94% from 255 or 17.60% from 517); Blue value is 234 (91.80% from 255 or 45.26% from 517); Max value from RGB is 234 - color contains mainly: blue. Hex color #C05BEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C05BEA is #3FA415. Grayscale: #898989. Windows color (decimal): -4170774 or 15358912. OLE color: 15358912.

HSL color Cylindrical-coordinate representation of color #C05BEA: hue angle of 282.38º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C05BEA is Cyan = 0.18, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 192 91 234 -
CMYK 0.18 0.61 0 0.08
HSL 282.38º 0.77% 0.64% -
HSV(B) 282.38º 0.61% 0.92% -
XYZ 40.33 24.63 80.47 -
YUV 137.5 182.46 166.87 -
System Red Green Blue C M Y K H S L
Decimal 192 91 234 0.18 0.61 0 0.08 282.38 0.77 0.64
Hex C0 5B EA 12 3D 0 8 11A 4D 40
Octal 300 133 352 22 75 0 10 432 115 100
Binary 11000000 1011011 11101010 10010 111101 0 1000 100011010 1001101 1000000

Color Harmonies of #C05BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05BEA

Black with #C05BEA

Text Example


Text Example

White with #C05BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05BEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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