Html Css Color HEX #C05DCC Medium Orchid

📋 copy color: '#C05DCC'

red 192 ◦ green 93 ◦ blue 204

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

Shades of Medium Orchid #C05DCC

Tints of Medium Orchid #C05DCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 41.72%

R = 39.26%
G = 19.02%
B = 41.72%

CMYK

 C value IS 0.06

 M value IS 0.54

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C05DCC (or 0xC05DCC) is known color: Medium Orchid. HEX triplet: C0, 5D and CC. RGB value is (192,93,204). Sum of RGB (Red+Green+Blue) = 192+93+204=489 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.26% from 489); Green value is 93 (36.72% from 255 or 19.02% from 489); Blue value is 204 (80.08% from 255 or 41.72% from 489); Max value from RGB is 204 - color contains mainly: blue. Hex color #C05DCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C05DCC is #3FA233. Grayscale: #868686. Windows color (decimal): -4170292 or 13393344. OLE color: 13393344.

HSL color Cylindrical-coordinate representation of color #C05DCC: hue angle of 293.51º degrees, saturation: 0.52, 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 #C05DCC is Cyan = 0.06, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 192 93 204 -
CMYK 0.06 0.54 0 0.2
HSL 293.51º 0.52% 0.58% -
HSV(B) 293.51º 0.54% 0.8% -
XYZ 36.55 23.39 59.72 -
YUV 135.26 166.8 168.47 -
System Red Green Blue C M Y K H S L
Decimal 192 93 204 0.06 0.54 0 0.2 293.51 0.52 0.58
Hex C0 5D CC 6 36 0 14 126 34 3A
Octal 300 135 314 6 66 0 24 446 64 72
Binary 11000000 1011101 11001100 110 110110 0 10100 100100110 110100 111010

Color Harmonies of #C05DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05DCC

Black with #C05DCC

Text Example


Text Example

White with #C05DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05DCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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