Html Css Color HEX #C05BEE Medium Orchid

📋 copy color: '#C05BEE'

red 192 ◦ green 91 ◦ blue 238

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

Shades of Medium Orchid #C05BEE

Tints of Medium Orchid #C05BEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 45.68%

R = 36.85%
G = 17.47%
B = 45.68%

CMYK

 C value IS 0.19

 M value IS 0.62

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C05BEE (or 0xC05BEE) is known color: Medium Orchid. HEX triplet: C0, 5B and EE. RGB value is (192,91,238). Sum of RGB (Red+Green+Blue) = 192+91+238=521 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.85% from 521); Green value is 91 (35.94% from 255 or 17.47% from 521); Blue value is 238 (93.36% from 255 or 45.68% from 521); Max value from RGB is 238 - color contains mainly: blue. Hex color #C05BEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C05BEE is #3FA411. Grayscale: #898989. Windows color (decimal): -4170770 or 15621056. OLE color: 15621056.

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

Color convert

RGB 192 91 238 -
CMYK 0.19 0.62 0 0.07
HSL 281.22º 0.81% 0.65% -
HSV(B) 281.22º 0.62% 0.93% -
XYZ 40.91 24.86 83.53 -
YUV 137.96 184.46 166.55 -
System Red Green Blue C M Y K H S L
Decimal 192 91 238 0.19 0.62 0 0.07 281.22 0.81 0.65
Hex C0 5B EE 13 3E 0 7 119 51 41
Octal 300 133 356 23 76 0 7 431 121 101
Binary 11000000 1011011 11101110 10011 111110 0 111 100011001 1010001 1000001

Color Harmonies of #C05BEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05BEE

Black with #C05BEE

Text Example


Text Example

White with #C05BEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05BEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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