Html Css Color HEX #C06ECF Medium Orchid

📋 copy color: '#C06ECF'

red 192 ◦ green 110 ◦ blue 207

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

Shades of Medium Orchid #C06ECF

Tints of Medium Orchid #C06ECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 40.67%

R = 37.72%
G = 21.61%
B = 40.67%

CMYK

 C value IS 0.07

 M value IS 0.47

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C06ECF (or 0xC06ECF) is known color: Medium Orchid. HEX triplet: C0, 6E and CF. RGB value is (192,110,207). Sum of RGB (Red+Green+Blue) = 192+110+207=509 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.72% from 509); Green value is 110 (43.36% from 255 or 21.61% from 509); Blue value is 207 (81.25% from 255 or 40.67% from 509); Max value from RGB is 207 - color contains mainly: blue. Hex color #C06ECF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C06ECF is #3F9130. Grayscale: #919191. Windows color (decimal): -4165937 or 13594304. OLE color: 13594304.

HSL color Cylindrical-coordinate representation of color #C06ECF: hue angle of 290.72º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C06ECF is Cyan = 0.07, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 192 110 207 -
CMYK 0.07 0.47 0 0.19
HSL 290.72º 0.5% 0.62% -
HSV(B) 290.72º 0.47% 0.81% -
XYZ 38.58 26.86 62.18 -
YUV 145.58 162.67 161.11 -
System Red Green Blue C M Y K H S L
Decimal 192 110 207 0.07 0.47 0 0.19 290.72 0.5 0.62
Hex C0 6E CF 7 2F 0 13 123 32 3E
Octal 300 156 317 7 57 0 23 443 62 76
Binary 11000000 1101110 11001111 111 101111 0 10011 100100011 110010 111110

Color Harmonies of #C06ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06ECF

Black with #C06ECF

Text Example


Text Example

White with #C06ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06ECF; }

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

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

background-color css

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

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

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

border-color css

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

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

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