Html Css Color HEX #C05BEC Medium Orchid

📋 copy color: '#C05BEC'

red 192 ◦ green 91 ◦ blue 236

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

Shades of Medium Orchid #C05BEC

Tints of Medium Orchid #C05BEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 45.47%

R = 36.99%
G = 17.53%
B = 45.47%

CMYK

 C value IS 0.19

 M value IS 0.61

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C05BEC (or 0xC05BEC) is known color: Medium Orchid. HEX triplet: C0, 5B and EC. RGB value is (192,91,236). Sum of RGB (Red+Green+Blue) = 192+91+236=519 (68% of max value = 765). Red value is 192 (75.39% from 255 or 36.99% from 519); Green value is 91 (35.94% from 255 or 17.53% from 519); Blue value is 236 (92.58% from 255 or 45.47% from 519); Max value from RGB is 236 - color contains mainly: blue. Hex color #C05BEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C05BEC is #3FA413. Grayscale: #898989. Windows color (decimal): -4170772 or 15489984. OLE color: 15489984.

HSL color Cylindrical-coordinate representation of color #C05BEC: hue angle of 281.79º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C05BEC is Cyan = 0.19, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 192 91 236 -
CMYK 0.19 0.61 0 0.07
HSL 281.79º 0.79% 0.64% -
HSV(B) 281.79º 0.61% 0.93% -
XYZ 40.62 24.74 81.99 -
YUV 137.73 183.46 166.71 -
System Red Green Blue C M Y K H S L
Decimal 192 91 236 0.19 0.61 0 0.07 281.79 0.79 0.64
Hex C0 5B EC 13 3D 0 7 11A 4F 40
Octal 300 133 354 23 75 0 7 432 117 100
Binary 11000000 1011011 11101100 10011 111101 0 111 100011010 1001111 1000000

Color Harmonies of #C05BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05BEC

Black with #C05BEC

Text Example


Text Example

White with #C05BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05BEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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