Html Css Color HEX #C05AD8 Medium Orchid

📋 copy color: '#C05AD8'

red 192 ◦ green 90 ◦ blue 216

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

Shades of Medium Orchid #C05AD8

Tints of Medium Orchid #C05AD8

RGB

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

 GREEN value IS 90 (35.55% from 255) = 18.07%

 BLUE value IS 216 (84.77% from 255) = 43.37%

R = 38.55%
G = 18.07%
B = 43.37%

CMYK

 C value IS 0.11

 M value IS 0.58

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C05AD8 (or 0xC05AD8) is known color: Medium Orchid. HEX triplet: C0, 5A and D8. RGB value is (192,90,216). Sum of RGB (Red+Green+Blue) = 192+90+216=498 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.55% from 498); Green value is 90 (35.55% from 255 or 18.07% from 498); Blue value is 216 (84.77% from 255 or 43.37% from 498); Max value from RGB is 216 - color contains mainly: blue. Hex color #C05AD8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C05AD8 is #3FA527. Grayscale: #868686. Windows color (decimal): -4171048 or 14179008. OLE color: 14179008.

HSL color Cylindrical-coordinate representation of color #C05AD8: hue angle of 288.57º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C05AD8 is Cyan = 0.11, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 192 90 216 -
CMYK 0.11 0.58 0 0.15
HSL 288.57º 0.62% 0.6% -
HSV(B) 288.57º 0.58% 0.85% -
XYZ 37.79 23.48 67.51 -
YUV 134.86 173.79 168.75 -
System Red Green Blue C M Y K H S L
Decimal 192 90 216 0.11 0.58 0 0.15 288.57 0.62 0.6
Hex C0 5A D8 B 3A 0 F 121 3E 3C
Octal 300 132 330 13 72 0 17 441 76 74
Binary 11000000 1011010 11011000 1011 111010 0 1111 100100001 111110 111100

Color Harmonies of #C05AD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05AD8

Black with #C05AD8

Text Example


Text Example

White with #C05AD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05AD8; }

 p { color: rgb(192,90,216); }

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

background-color css

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

 a { background-color: rgb(192,90,216); }

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

border-color css

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

 span { border-color: rgb(192,90,216); }

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