Html Css Color HEX #C06EDF Medium Orchid

📋 copy color: '#C06EDF'

red 192 ◦ green 110 ◦ blue 223

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

Shades of Medium Orchid #C06EDF

Tints of Medium Orchid #C06EDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 42.48%

R = 36.57%
G = 20.95%
B = 42.48%

CMYK

 C value IS 0.14

 M value IS 0.51

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C06EDF (or 0xC06EDF) is known color: Medium Orchid. HEX triplet: C0, 6E and DF. RGB value is (192,110,223). Sum of RGB (Red+Green+Blue) = 192+110+223=525 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.57% from 525); Green value is 110 (43.36% from 255 or 20.95% from 525); Blue value is 223 (87.5% from 255 or 42.48% from 525); Max value from RGB is 223 - color contains mainly: blue. Hex color #C06EDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C06EDF is #3F9120. Grayscale: #939393. Windows color (decimal): -4165921 or 14642880. OLE color: 14642880.

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

Color convert

RGB 192 110 223 -
CMYK 0.14 0.51 0 0.13
HSL 283.54º 0.64% 0.65% -
HSV(B) 283.54º 0.51% 0.87% -
XYZ 40.63 27.69 73.01 -
YUV 147.4 170.67 159.81 -
System Red Green Blue C M Y K H S L
Decimal 192 110 223 0.14 0.51 0 0.13 283.54 0.64 0.65
Hex C0 6E DF E 33 0 D 11C 40 41
Octal 300 156 337 16 63 0 15 434 100 101
Binary 11000000 1101110 11011111 1110 110011 0 1101 100011100 1000000 1000001

Color Harmonies of #C06EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06EDF

Black with #C06EDF

Text Example


Text Example

White with #C06EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06EDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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