Html Css Color HEX #C06ECA Medium Orchid

📋 copy color: '#C06ECA'

red 192 ◦ green 110 ◦ blue 202

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

Shades of Medium Orchid #C06ECA

Tints of Medium Orchid #C06ECA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 40.08%

R = 38.1%
G = 21.83%
B = 40.08%

CMYK

 C value IS 0.05

 M value IS 0.46

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C06ECA (or 0xC06ECA) is known color: Medium Orchid. HEX triplet: C0, 6E and CA. RGB value is (192,110,202). Sum of RGB (Red+Green+Blue) = 192+110+202=504 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.10% from 504); Green value is 110 (43.36% from 255 or 21.83% from 504); Blue value is 202 (79.30% from 255 or 40.08% from 504); Max value from RGB is 202 - color contains mainly: blue. Hex color #C06ECA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C06ECA is #3F9135. Grayscale: #909090. Windows color (decimal): -4165942 or 13266624. OLE color: 13266624.

HSL color Cylindrical-coordinate representation of color #C06ECA: hue angle of 293.48º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C06ECA is Cyan = 0.05, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 192 110 202 -
CMYK 0.05 0.46 0 0.21
HSL 293.48º 0.46% 0.61% -
HSV(B) 293.48º 0.46% 0.79% -
XYZ 37.97 26.62 59.01 -
YUV 145.01 160.17 161.52 -
System Red Green Blue C M Y K H S L
Decimal 192 110 202 0.05 0.46 0 0.21 293.48 0.46 0.61
Hex C0 6E CA 5 2E 0 15 125 2E 3D
Octal 300 156 312 5 56 0 25 445 56 75
Binary 11000000 1101110 11001010 101 101110 0 10101 100100101 101110 111101

Color Harmonies of #C06ECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06ECA

Black with #C06ECA

Text Example


Text Example

White with #C06ECA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06ECA; }

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

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

background-color css

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

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

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

border-color css

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

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

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