Html Css Color HEX #D165DD Orchid

📋 copy color: '#D165DD'

red 209 ◦ green 101 ◦ blue 221

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

Shades of Orchid #D165DD

Tints of Orchid #D165DD

RGB

 RED value IS 209 (82.03% from 255) = 39.36%

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

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

R = 39.36%
G = 19.02%
B = 41.62%

CMYK

 C value IS 0.05

 M value IS 0.54

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D165DD (or 0xD165DD) is known color: Orchid. HEX triplet: D1, 65 and DD. RGB value is (209,101,221). Sum of RGB (Red+Green+Blue) = 209+101+221=531 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.36% from 531); Green value is 101 (39.84% from 255 or 19.02% from 531); Blue value is 221 (86.72% from 255 or 41.62% from 531); Max value from RGB is 221 - color contains mainly: blue. Hex color #D165DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D165DD is #2E9A22. Grayscale: #929292. Windows color (decimal): -3054115 or 14509521. OLE color: 14509521.

HSL color Cylindrical-coordinate representation of color #D165DD: hue angle of 294º 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 #D165DD is Cyan = 0.05, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 209 101 221 -
CMYK 0.05 0.54 0 0.13
HSL 294º 0.64% 0.63% -
HSV(B) 294º 0.54% 0.87% -
XYZ 44 28.08 71.51 -
YUV 146.97 169.78 172.24 -
System Red Green Blue C M Y K H S L
Decimal 209 101 221 0.05 0.54 0 0.13 294 0.64 0.63
Hex D1 65 DD 5 36 0 D 126 40 3F
Octal 321 145 335 5 66 0 15 446 100 77
Binary 11010001 1100101 11011101 101 110110 0 1101 100100110 1000000 111111

Color Harmonies of #D165DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D165DD

Black with #D165DD

Text Example


Text Example

White with #D165DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D165DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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