Html Css Color HEX #C165D1 Medium Orchid

📋 copy color: '#C165D1'

red 193 ◦ green 101 ◦ blue 209

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

Shades of Medium Orchid #C165D1

Tints of Medium Orchid #C165D1

RGB

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

 GREEN value IS 101 (39.84% from 255) = 20.08%

 BLUE value IS 209 (82.03% from 255) = 41.55%

R = 38.37%
G = 20.08%
B = 41.55%

CMYK

 C value IS 0.08

 M value IS 0.52

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C165D1 (or 0xC165D1) is known color: Medium Orchid. HEX triplet: C1, 65 and D1. RGB value is (193,101,209). Sum of RGB (Red+Green+Blue) = 193+101+209=503 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.37% from 503); Green value is 101 (39.84% from 255 or 20.08% from 503); Blue value is 209 (82.03% from 255 or 41.55% from 503); Max value from RGB is 209 - color contains mainly: blue. Hex color #C165D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C165D1 is #3E9A2E. Grayscale: #8C8C8C. Windows color (decimal): -4102703 or 13723073. OLE color: 13723073.

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

Color convert

RGB 193 101 209 -
CMYK 0.08 0.52 0 0.18
HSL 291.11º 0.54% 0.61% -
HSV(B) 291.11º 0.52% 0.82% -
XYZ 38.15 25.25 63.18 -
YUV 140.82 166.48 165.22 -
System Red Green Blue C M Y K H S L
Decimal 193 101 209 0.08 0.52 0 0.18 291.11 0.54 0.61
Hex C1 65 D1 8 34 0 12 123 36 3D
Octal 301 145 321 10 64 0 22 443 66 75
Binary 11000001 1100101 11010001 1000 110100 0 10010 100100011 110110 111101

Color Harmonies of #C165D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C165D1

Black with #C165D1

Text Example


Text Example

White with #C165D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C165D1; }

 p { color: rgb(193,101,209); }

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

background-color css

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

 a { background-color: rgb(193,101,209); }

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

border-color css

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

 span { border-color: rgb(193,101,209); }

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