Html Css Color HEX #C163CE Medium Orchid

📋 copy color: '#C163CE'

red 193 ◦ green 99 ◦ blue 206

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

Shades of Medium Orchid #C163CE

Tints of Medium Orchid #C163CE

RGB

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

 GREEN value IS 99 (39.06% from 255) = 19.88%

 BLUE value IS 206 (80.86% from 255) = 41.37%

R = 38.76%
G = 19.88%
B = 41.37%

CMYK

 C value IS 0.06

 M value IS 0.52

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C163CE (or 0xC163CE) is known color: Medium Orchid. HEX triplet: C1, 63 and CE. RGB value is (193,99,206). Sum of RGB (Red+Green+Blue) = 193+99+206=498 (65% of max value = 765). Red value is 193 (75.78% from 255 or 38.76% from 498); Green value is 99 (39.06% from 255 or 19.88% from 498); Blue value is 206 (80.86% from 255 or 41.37% from 498); Max value from RGB is 206 - color contains mainly: blue. Hex color #C163CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C163CE is #3E9C31. Grayscale: #8A8A8A. Windows color (decimal): -4103218 or 13525953. OLE color: 13525953.

HSL color Cylindrical-coordinate representation of color #C163CE: hue angle of 292.71º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C163CE is Cyan = 0.06, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 193 99 206 -
CMYK 0.06 0.52 0 0.19
HSL 292.71º 0.52% 0.6% -
HSV(B) 292.71º 0.52% 0.81% -
XYZ 37.59 24.72 61.18 -
YUV 139.3 165.64 166.3 -
System Red Green Blue C M Y K H S L
Decimal 193 99 206 0.06 0.52 0 0.19 292.71 0.52 0.6
Hex C1 63 CE 6 34 0 13 125 34 3C
Octal 301 143 316 6 64 0 23 445 64 74
Binary 11000001 1100011 11001110 110 110100 0 10011 100100101 110100 111100

Color Harmonies of #C163CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C163CE

Black with #C163CE

Text Example


Text Example

White with #C163CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C163CE; }

 p { color: rgb(193,99,206); }

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

background-color css

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

 a { background-color: rgb(193,99,206); }

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

border-color css

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

 span { border-color: rgb(193,99,206); }

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