Html Css Color HEX #C05DCB Medium Orchid

📋 copy color: '#C05DCB'

red 192 ◦ green 93 ◦ blue 203

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

Shades of Medium Orchid #C05DCB

Tints of Medium Orchid #C05DCB

RGB

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

 GREEN value IS 93 (36.72% from 255) = 19.06%

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

R = 39.34%
G = 19.06%
B = 41.6%

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

#C05DCB (or 0xC05DCB) is known color: Medium Orchid. HEX triplet: C0, 5D and CB. RGB value is (192,93,203). Sum of RGB (Red+Green+Blue) = 192+93+203=488 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.34% from 488); Green value is 93 (36.72% from 255 or 19.06% from 488); Blue value is 203 (79.69% from 255 or 41.60% from 488); Max value from RGB is 203 - color contains mainly: blue. Hex color #C05DCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C05DCB is #3FA234. Grayscale: #868686. Windows color (decimal): -4170293 or 13327808. OLE color: 13327808.

HSL color Cylindrical-coordinate representation of color #C05DCB: hue angle of 294º 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 #C05DCB is Cyan = 0.05, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 192 93 203 -
CMYK 0.05 0.54 0 0.20
HSL 294º 0.51% 0.58% -
HSV(B) 294º 0.54% 0.8% -
XYZ 36.43 23.35 59.09 -
YUV 135.14 166.3 168.56 -
System Red Green Blue C M Y K H S L
Decimal 192 93 203 0.05 0.54 0 0.20 294 0.51 0.58
Hex C0 5D CB 5 36 0 14 126 33 3A
Octal 300 135 313 5 66 0 24 446 63 72
Binary 11000000 1011101 11001011 101 110110 0 10100 100100110 110011 111010

Color Harmonies of #C05DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05DCB

Black with #C05DCB

Text Example


Text Example

White with #C05DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05DCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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