Html Css Color HEX #C05DD1 Medium Orchid

📋 copy color: '#C05DD1'

red 192 ◦ green 93 ◦ blue 209

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

Shades of Medium Orchid #C05DD1

Tints of Medium Orchid #C05DD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 42.31%

R = 38.87%
G = 18.83%
B = 42.31%

CMYK

 C value IS 0.08

 M value IS 0.56

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C05DD1 (or 0xC05DD1) is known color: Medium Orchid. HEX triplet: C0, 5D and D1. RGB value is (192,93,209). Sum of RGB (Red+Green+Blue) = 192+93+209=494 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.87% from 494); Green value is 93 (36.72% from 255 or 18.83% from 494); Blue value is 209 (82.03% from 255 or 42.31% from 494); Max value from RGB is 209 - color contains mainly: blue. Hex color #C05DD1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C05DD1 is #3FA22E. Grayscale: #878787. Windows color (decimal): -4170287 or 13721024. OLE color: 13721024.

HSL color Cylindrical-coordinate representation of color #C05DD1: hue angle of 291.21º degrees, saturation: 0.56, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C05DD1 is Cyan = 0.08, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 192 93 209 -
CMYK 0.08 0.56 0 0.18
HSL 291.21º 0.56% 0.59% -
HSV(B) 291.21º 0.56% 0.82% -
XYZ 37.16 23.64 62.93 -
YUV 135.83 169.3 168.07 -
System Red Green Blue C M Y K H S L
Decimal 192 93 209 0.08 0.56 0 0.18 291.21 0.56 0.59
Hex C0 5D D1 8 38 0 12 123 38 3B
Octal 300 135 321 10 70 0 22 443 70 73
Binary 11000000 1011101 11010001 1000 111000 0 10010 100100011 111000 111011

Color Harmonies of #C05DD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05DD1

Black with #C05DD1

Text Example


Text Example

White with #C05DD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05DD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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