Html Css Color HEX #C162CE Medium Orchid

📋 copy color: '#C162CE'

red 193 ◦ green 98 ◦ blue 206

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

Shades of Medium Orchid #C162CE

Tints of Medium Orchid #C162CE

RGB

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

 GREEN value IS 98 (38.67% from 255) = 19.72%

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

R = 38.83%
G = 19.72%
B = 41.45%

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

#C162CE (or 0xC162CE) is known color: Medium Orchid. HEX triplet: C1, 62 and CE. RGB value is (193,98,206). Sum of RGB (Red+Green+Blue) = 193+98+206=497 (65% of max value = 765). Red value is 193 (75.78% from 255 or 38.83% from 497); Green value is 98 (38.67% from 255 or 19.72% from 497); Blue value is 206 (80.86% from 255 or 41.45% from 497); Max value from RGB is 206 - color contains mainly: blue. Hex color #C162CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C162CE is #3E9D31. Grayscale: #8A8A8A. Windows color (decimal): -4103474 or 13525697. OLE color: 13525697.

HSL color Cylindrical-coordinate representation of color #C162CE: hue angle of 292.78º 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 #C162CE is Cyan = 0.06, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 193 98 206 -
CMYK 0.06 0.52 0 0.19
HSL 292.78º 0.52% 0.6% -
HSV(B) 292.78º 0.52% 0.81% -
XYZ 37.5 24.53 61.15 -
YUV 138.72 165.97 166.72 -
System Red Green Blue C M Y K H S L
Decimal 193 98 206 0.06 0.52 0 0.19 292.78 0.52 0.6
Hex C1 62 CE 6 34 0 13 125 34 3C
Octal 301 142 316 6 64 0 23 445 64 74
Binary 11000001 1100010 11001110 110 110100 0 10011 100100101 110100 111100

Color Harmonies of #C162CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C162CE

Black with #C162CE

Text Example


Text Example

White with #C162CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C162CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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