Html Css Color HEX #D164DD Orchid

📋 copy color: '#D164DD'

red 209 ◦ green 100 ◦ blue 221

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

Shades of Orchid #D164DD

Tints of Orchid #D164DD

RGB

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

 GREEN value IS 100 (39.45% from 255) = 18.87%

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

R = 39.43%
G = 18.87%
B = 41.7%

CMYK

 C value IS 0.05

 M value IS 0.55

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D164DD (or 0xD164DD) is known color: Orchid. HEX triplet: D1, 64 and DD. RGB value is (209,100,221). Sum of RGB (Red+Green+Blue) = 209+100+221=530 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.43% from 530); Green value is 100 (39.45% from 255 or 18.87% from 530); Blue value is 221 (86.72% from 255 or 41.70% from 530); Max value from RGB is 221 - color contains mainly: blue. Hex color #D164DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D164DD is #2E9B22. Grayscale: #929292. Windows color (decimal): -3054371 or 14509265. OLE color: 14509265.

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

Color convert

RGB 209 100 221 -
CMYK 0.05 0.55 0 0.13
HSL 294.05º 0.64% 0.63% -
HSV(B) 294.05º 0.55% 0.87% -
XYZ 43.9 27.89 71.48 -
YUV 146.39 170.11 172.66 -
System Red Green Blue C M Y K H S L
Decimal 209 100 221 0.05 0.55 0 0.13 294.05 0.64 0.63
Hex D1 64 DD 5 37 0 D 126 40 3F
Octal 321 144 335 5 67 0 15 446 100 77
Binary 11010001 1100100 11011101 101 110111 0 1101 100100110 1000000 111111

Color Harmonies of #D164DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D164DD

Black with #D164DD

Text Example


Text Example

White with #D164DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D164DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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