Html Css Color HEX #C16ECB Medium Orchid

📋 copy color: '#C16ECB'

red 193 ◦ green 110 ◦ blue 203

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

Shades of Medium Orchid #C16ECB

Tints of Medium Orchid #C16ECB

RGB

 RED value IS 193 (75.78% from 255) = 38.14%

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

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

R = 38.14%
G = 21.74%
B = 40.12%

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

#C16ECB (or 0xC16ECB) is known color: Medium Orchid. HEX triplet: C1, 6E and CB. RGB value is (193,110,203). Sum of RGB (Red+Green+Blue) = 193+110+203=506 (67% of max value = 765). Red value is 193 (75.78% from 255 or 38.14% from 506); Green value is 110 (43.36% from 255 or 21.74% from 506); Blue value is 203 (79.69% from 255 or 40.12% from 506); Max value from RGB is 203 - color contains mainly: blue. Hex color #C16ECB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C16ECB is #3E9134. Grayscale: #919191. Windows color (decimal): -4100405 or 13332161. OLE color: 13332161.

HSL color Cylindrical-coordinate representation of color #C16ECB: hue angle of 293.55º 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 #C16ECB is Cyan = 0.05, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 193 110 203 -
CMYK 0.05 0.46 0 0.20
HSL 293.55º 0.47% 0.61% -
HSV(B) 293.55º 0.46% 0.8% -
XYZ 38.35 26.8 59.65 -
YUV 145.42 160.5 161.94 -
System Red Green Blue C M Y K H S L
Decimal 193 110 203 0.05 0.46 0 0.20 293.55 0.47 0.61
Hex C1 6E CB 5 2E 0 14 126 2F 3D
Octal 301 156 313 5 56 0 24 446 57 75
Binary 11000001 1101110 11001011 101 101110 0 10100 100100110 101111 111101

Color Harmonies of #C16ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C16ECB

Black with #C16ECB

Text Example


Text Example

White with #C16ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C16ECB; }

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

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

background-color css

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

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

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

border-color css

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

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

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