Html Css Color HEX #C162DA Medium Orchid

📋 copy color: '#C162DA'

red 193 ◦ green 98 ◦ blue 218

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

Shades of Medium Orchid #C162DA

Tints of Medium Orchid #C162DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 42.83%

R = 37.92%
G = 19.25%
B = 42.83%

CMYK

 C value IS 0.11

 M value IS 0.55

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C162DA (or 0xC162DA) is known color: Medium Orchid. HEX triplet: C1, 62 and DA. RGB value is (193,98,218). Sum of RGB (Red+Green+Blue) = 193+98+218=509 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.92% from 509); Green value is 98 (38.67% from 255 or 19.25% from 509); Blue value is 218 (85.55% from 255 or 42.83% from 509); Max value from RGB is 218 - color contains mainly: blue. Hex color #C162DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C162DA is #3E9D25. Grayscale: #8B8B8B. Windows color (decimal): -4103462 or 14312129. OLE color: 14312129.

HSL color Cylindrical-coordinate representation of color #C162DA: hue angle of 287.5º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C162DA is Cyan = 0.11, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 193 98 218 -
CMYK 0.11 0.55 0 0.15
HSL 287.5º 0.62% 0.62% -
HSV(B) 287.5º 0.55% 0.85% -
XYZ 39.01 25.13 69.12 -
YUV 140.09 171.97 165.74 -
System Red Green Blue C M Y K H S L
Decimal 193 98 218 0.11 0.55 0 0.15 287.5 0.62 0.62
Hex C1 62 DA B 37 0 F 120 3E 3E
Octal 301 142 332 13 67 0 17 440 76 76
Binary 11000001 1100010 11011010 1011 110111 0 1111 100100000 111110 111110

Color Harmonies of #C162DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C162DA

Black with #C162DA

Text Example


Text Example

White with #C162DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C162DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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