Html Css Color HEX #C06EDD Medium Orchid

📋 copy color: '#C06EDD'

red 192 ◦ green 110 ◦ blue 221

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

Shades of Medium Orchid #C06EDD

Tints of Medium Orchid #C06EDD

RGB

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

 GREEN value IS 110 (43.36% from 255) = 21.03%

 BLUE value IS 221 (86.72% from 255) = 42.26%

R = 36.71%
G = 21.03%
B = 42.26%

CMYK

 C value IS 0.13

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C06EDD (or 0xC06EDD) is known color: Medium Orchid. HEX triplet: C0, 6E and DD. RGB value is (192,110,221). Sum of RGB (Red+Green+Blue) = 192+110+221=523 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.71% from 523); Green value is 110 (43.36% from 255 or 21.03% from 523); Blue value is 221 (86.72% from 255 or 42.26% from 523); Max value from RGB is 221 - color contains mainly: blue. Hex color #C06EDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C06EDD is #3F9122. Grayscale: #929292. Windows color (decimal): -4165923 or 14511808. OLE color: 14511808.

HSL color Cylindrical-coordinate representation of color #C06EDD: hue angle of 284.32º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C06EDD is Cyan = 0.13, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 192 110 221 -
CMYK 0.13 0.50 0 0.13
HSL 284.32º 0.62% 0.65% -
HSV(B) 284.32º 0.5% 0.87% -
XYZ 40.37 27.58 71.6 -
YUV 147.17 169.67 159.97 -
System Red Green Blue C M Y K H S L
Decimal 192 110 221 0.13 0.50 0 0.13 284.32 0.62 0.65
Hex C0 6E DD D 32 0 D 11C 3E 41
Octal 300 156 335 15 62 0 15 434 76 101
Binary 11000000 1101110 11011101 1101 110010 0 1101 100011100 111110 1000001

Color Harmonies of #C06EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06EDD

Black with #C06EDD

Text Example


Text Example

White with #C06EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06EDD; }

 p { color: rgb(192,110,221); }

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

background-color css

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

 a { background-color: rgb(192,110,221); }

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

border-color css

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

 span { border-color: rgb(192,110,221); }

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