Html Css Color HEX #C05ECB Medium Orchid

📋 copy color: '#C05ECB'

red 192 ◦ green 94 ◦ blue 203

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

Shades of Medium Orchid #C05ECB

Tints of Medium Orchid #C05ECB

RGB

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

 GREEN value IS 94 (37.11% from 255) = 19.22%

 BLUE value IS 203 (79.69% from 255) = 41.51%

R = 39.26%
G = 19.22%
B = 41.51%

CMYK

 C value IS 0.05

 M value IS 0.54

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C05ECB (or 0xC05ECB) is known color: Medium Orchid. HEX triplet: C0, 5E and CB. RGB value is (192,94,203). Sum of RGB (Red+Green+Blue) = 192+94+203=489 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.26% from 489); Green value is 94 (37.11% from 255 or 19.22% from 489); Blue value is 203 (79.69% from 255 or 41.51% from 489); Max value from RGB is 203 - color contains mainly: blue. Hex color #C05ECB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C05ECB is #3FA134. Grayscale: #878787. Windows color (decimal): -4170037 or 13328064. OLE color: 13328064.

HSL color Cylindrical-coordinate representation of color #C05ECB: hue angle of 293.94º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C05ECB is Cyan = 0.05, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 192 94 203 -
CMYK 0.05 0.54 0 0.20
HSL 293.94º 0.51% 0.58% -
HSV(B) 293.94º 0.54% 0.8% -
XYZ 36.52 23.52 59.12 -
YUV 135.73 165.97 168.14 -
System Red Green Blue C M Y K H S L
Decimal 192 94 203 0.05 0.54 0 0.20 293.94 0.51 0.58
Hex C0 5E CB 5 36 0 14 126 33 3A
Octal 300 136 313 5 66 0 24 446 63 72
Binary 11000000 1011110 11001011 101 110110 0 10100 100100110 110011 111010

Color Harmonies of #C05ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05ECB

Black with #C05ECB

Text Example


Text Example

White with #C05ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05ECB; }

 p { color: rgb(192,94,203); }

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

background-color css

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

 a { background-color: rgb(192,94,203); }

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

border-color css

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

 span { border-color: rgb(192,94,203); }

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