Html Css Color HEX #C161DA Medium Orchid

📋 copy color: '#C161DA'

red 193 ◦ green 97 ◦ blue 218

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

Shades of Medium Orchid #C161DA

Tints of Medium Orchid #C161DA

RGB

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

 GREEN value IS 97 (38.28% from 255) = 19.09%

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

R = 37.99%
G = 19.09%
B = 42.91%

CMYK

 C value IS 0.11

 M value IS 0.56

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C161DA (or 0xC161DA) is known color: Medium Orchid. HEX triplet: C1, 61 and DA. RGB value is (193,97,218). Sum of RGB (Red+Green+Blue) = 193+97+218=508 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.99% from 508); Green value is 97 (38.28% from 255 or 19.09% from 508); Blue value is 218 (85.55% from 255 or 42.91% from 508); Max value from RGB is 218 - color contains mainly: blue. Hex color #C161DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C161DA is #3E9E25. Grayscale: #8B8B8B. Windows color (decimal): -4103718 or 14311873. OLE color: 14311873.

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

Color convert

RGB 193 97 218 -
CMYK 0.11 0.56 0 0.15
HSL 287.6º 0.62% 0.62% -
HSV(B) 287.6º 0.56% 0.85% -
XYZ 38.92 24.95 69.09 -
YUV 139.5 172.3 166.16 -
System Red Green Blue C M Y K H S L
Decimal 193 97 218 0.11 0.56 0 0.15 287.6 0.62 0.62
Hex C1 61 DA B 38 0 F 120 3E 3E
Octal 301 141 332 13 70 0 17 440 76 76
Binary 11000001 1100001 11011010 1011 111000 0 1111 100100000 111110 111110

Color Harmonies of #C161DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C161DA

Black with #C161DA

Text Example


Text Example

White with #C161DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C161DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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