Html Css Color HEX #C162D2 Medium Orchid

📋 copy color: '#C162D2'

red 193 ◦ green 98 ◦ blue 210

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

Shades of Medium Orchid #C162D2

Tints of Medium Orchid #C162D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 41.92%

R = 38.52%
G = 19.56%
B = 41.92%

CMYK

 C value IS 0.08

 M value IS 0.53

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C162D2 (or 0xC162D2) is known color: Medium Orchid. HEX triplet: C1, 62 and D2. RGB value is (193,98,210). Sum of RGB (Red+Green+Blue) = 193+98+210=501 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.52% from 501); Green value is 98 (38.67% from 255 or 19.56% from 501); Blue value is 210 (82.42% from 255 or 41.92% from 501); Max value from RGB is 210 - color contains mainly: blue. Hex color #C162D2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C162D2 is #3E9D2D. Grayscale: #8A8A8A. Windows color (decimal): -4103470 or 13787841. OLE color: 13787841.

HSL color Cylindrical-coordinate representation of color #C162D2: hue angle of 290.89º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C162D2 is Cyan = 0.08, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 193 98 210 -
CMYK 0.08 0.53 0 0.18
HSL 290.89º 0.55% 0.6% -
HSV(B) 290.89º 0.53% 0.82% -
XYZ 37.99 24.73 63.74 -
YUV 139.17 167.97 166.39 -
System Red Green Blue C M Y K H S L
Decimal 193 98 210 0.08 0.53 0 0.18 290.89 0.55 0.6
Hex C1 62 D2 8 35 0 12 123 37 3C
Octal 301 142 322 10 65 0 22 443 67 74
Binary 11000001 1100010 11010010 1000 110101 0 10010 100100011 110111 111100

Color Harmonies of #C162D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C162D2

Black with #C162D2

Text Example


Text Example

White with #C162D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C162D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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