Html Css Color HEX #C06ECB Medium Orchid

📋 copy color: '#C06ECB'

red 192 ◦ green 110 ◦ blue 203

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

Shades of Medium Orchid #C06ECB

Tints of Medium Orchid #C06ECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 40.2%

R = 38.02%
G = 21.78%
B = 40.2%

CMYK

 C value IS 0.05

 M value IS 0.46

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C06ECB (or 0xC06ECB) is known color: Medium Orchid. HEX triplet: C0, 6E and CB. RGB value is (192,110,203). Sum of RGB (Red+Green+Blue) = 192+110+203=505 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.02% from 505); Green value is 110 (43.36% from 255 or 21.78% from 505); Blue value is 203 (79.69% from 255 or 40.20% from 505); Max value from RGB is 203 - color contains mainly: blue. Hex color #C06ECB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C06ECB is #3F9134. Grayscale: #909090. Windows color (decimal): -4165941 or 13332160. OLE color: 13332160.

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

Color convert

RGB 192 110 203 -
CMYK 0.05 0.46 0 0.20
HSL 292.9º 0.47% 0.61% -
HSV(B) 292.9º 0.46% 0.8% -
XYZ 38.09 26.67 59.64 -
YUV 145.12 160.67 161.44 -
System Red Green Blue C M Y K H S L
Decimal 192 110 203 0.05 0.46 0 0.20 292.9 0.47 0.61
Hex C0 6E CB 5 2E 0 14 125 2F 3D
Octal 300 156 313 5 56 0 24 445 57 75
Binary 11000000 1101110 11001011 101 101110 0 10100 100100101 101111 111101

Color Harmonies of #C06ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06ECB

Black with #C06ECB

Text Example


Text Example

White with #C06ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06ECB; }

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

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

background-color css

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

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

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

border-color css

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

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

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