Html Css Color HEX #C163E0 Medium Orchid

📋 copy color: '#C163E0'

red 193 ◦ green 99 ◦ blue 224

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

Shades of Medium Orchid #C163E0

Tints of Medium Orchid #C163E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 43.41%

R = 37.4%
G = 19.19%
B = 43.41%

CMYK

 C value IS 0.14

 M value IS 0.56

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C163E0 (or 0xC163E0) is known color: Medium Orchid. HEX triplet: C1, 63 and E0. RGB value is (193,99,224). Sum of RGB (Red+Green+Blue) = 193+99+224=516 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.40% from 516); Green value is 99 (39.06% from 255 or 19.19% from 516); Blue value is 224 (87.89% from 255 or 43.41% from 516); Max value from RGB is 224 - color contains mainly: blue. Hex color #C163E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C163E0 is #3E9C1F. Grayscale: #8C8C8C. Windows color (decimal): -4103200 or 14705601. OLE color: 14705601.

HSL color Cylindrical-coordinate representation of color #C163E0: hue angle of 285.12º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C163E0 is Cyan = 0.14, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 193 99 224 -
CMYK 0.14 0.56 0 0.12
HSL 285.12º 0.67% 0.63% -
HSV(B) 285.12º 0.56% 0.88% -
XYZ 39.91 25.64 73.37 -
YUV 141.36 174.64 164.84 -
System Red Green Blue C M Y K H S L
Decimal 193 99 224 0.14 0.56 0 0.12 285.12 0.67 0.63
Hex C1 63 E0 E 38 0 C 11D 43 3F
Octal 301 143 340 16 70 0 14 435 103 77
Binary 11000001 1100011 11100000 1110 111000 0 1100 100011101 1000011 111111

Color Harmonies of #C163E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C163E0

Black with #C163E0

Text Example


Text Example

White with #C163E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C163E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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