Html Css Color HEX #C162DD Medium Orchid

📋 copy color: '#C162DD'

red 193 ◦ green 98 ◦ blue 221

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

Shades of Medium Orchid #C162DD

Tints of Medium Orchid #C162DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 43.16%

R = 37.7%
G = 19.14%
B = 43.16%

CMYK

 C value IS 0.13

 M value IS 0.56

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C162DD (or 0xC162DD) is known color: Medium Orchid. HEX triplet: C1, 62 and DD. RGB value is (193,98,221). Sum of RGB (Red+Green+Blue) = 193+98+221=512 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.70% from 512); Green value is 98 (38.67% from 255 or 19.14% from 512); Blue value is 221 (86.72% from 255 or 43.16% from 512); Max value from RGB is 221 - color contains mainly: blue. Hex color #C162DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C162DD is #3E9D22. Grayscale: #8C8C8C. Windows color (decimal): -4103459 or 14508737. OLE color: 14508737.

HSL color Cylindrical-coordinate representation of color #C162DD: hue angle of 286.34º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C162DD is Cyan = 0.13, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 193 98 221 -
CMYK 0.13 0.56 0 0.13
HSL 286.34º 0.64% 0.63% -
HSV(B) 286.34º 0.56% 0.87% -
XYZ 39.41 25.29 71.21 -
YUV 140.43 173.47 165.5 -
System Red Green Blue C M Y K H S L
Decimal 193 98 221 0.13 0.56 0 0.13 286.34 0.64 0.63
Hex C1 62 DD D 38 0 D 11E 40 3F
Octal 301 142 335 15 70 0 15 436 100 77
Binary 11000001 1100010 11011101 1101 111000 0 1101 100011110 1000000 111111

Color Harmonies of #C162DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C162DD

Black with #C162DD

Text Example


Text Example

White with #C162DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C162DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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