Html Css Color HEX #C05DCE Medium Orchid

📋 copy color: '#C05DCE'

red 192 ◦ green 93 ◦ blue 206

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

Shades of Medium Orchid #C05DCE

Tints of Medium Orchid #C05DCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 41.96%

R = 39.1%
G = 18.94%
B = 41.96%

CMYK

 C value IS 0.07

 M value IS 0.55

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C05DCE (or 0xC05DCE) is known color: Medium Orchid. HEX triplet: C0, 5D and CE. RGB value is (192,93,206). Sum of RGB (Red+Green+Blue) = 192+93+206=491 (65% of max value = 765). Red value is 192 (75.39% from 255 or 39.10% from 491); Green value is 93 (36.72% from 255 or 18.94% from 491); Blue value is 206 (80.86% from 255 or 41.96% from 491); Max value from RGB is 206 - color contains mainly: blue. Hex color #C05DCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C05DCE is #3FA231. Grayscale: #878787. Windows color (decimal): -4170290 or 13524416. OLE color: 13524416.

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

Color convert

RGB 192 93 206 -
CMYK 0.07 0.55 0 0.19
HSL 292.57º 0.54% 0.59% -
HSV(B) 292.57º 0.55% 0.81% -
XYZ 36.79 23.49 60.99 -
YUV 135.48 167.8 168.31 -
System Red Green Blue C M Y K H S L
Decimal 192 93 206 0.07 0.55 0 0.19 292.57 0.54 0.59
Hex C0 5D CE 7 37 0 13 125 36 3B
Octal 300 135 316 7 67 0 23 445 66 73
Binary 11000000 1011101 11001110 111 110111 0 10011 100100101 110110 111011

Color Harmonies of #C05DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05DCE

Black with #C05DCE

Text Example


Text Example

White with #C05DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05DCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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