Html Css Color HEX #C165DD Medium Orchid

📋 copy color: '#C165DD'

red 193 ◦ green 101 ◦ blue 221

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

Shades of Medium Orchid #C165DD

Tints of Medium Orchid #C165DD

RGB

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

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

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

R = 37.48%
G = 19.61%
B = 42.91%

CMYK

 C value IS 0.13

 M value IS 0.54

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C165DD (or 0xC165DD) is known color: Medium Orchid. HEX triplet: C1, 65 and DD. RGB value is (193,101,221). Sum of RGB (Red+Green+Blue) = 193+101+221=515 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.48% from 515); Green value is 101 (39.84% from 255 or 19.61% from 515); Blue value is 221 (86.72% from 255 or 42.91% from 515); Max value from RGB is 221 - color contains mainly: blue. Hex color #C165DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C165DD is #3E9A22. Grayscale: #8D8D8D. Windows color (decimal): -4102691 or 14509505. OLE color: 14509505.

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

Color convert

RGB 193 101 221 -
CMYK 0.13 0.54 0 0.13
HSL 286º 0.64% 0.63% -
HSV(B) 286º 0.54% 0.87% -
XYZ 39.7 25.87 71.31 -
YUV 142.19 172.48 164.24 -
System Red Green Blue C M Y K H S L
Decimal 193 101 221 0.13 0.54 0 0.13 286 0.64 0.63
Hex C1 65 DD D 36 0 D 11E 40 3F
Octal 301 145 335 15 66 0 15 436 100 77
Binary 11000001 1100101 11011101 1101 110110 0 1101 100011110 1000000 111111

Color Harmonies of #C165DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C165DD

Black with #C165DD

Text Example


Text Example

White with #C165DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C165DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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