Html Css Color HEX #D165DA Orchid

📋 copy color: '#D165DA'

red 209 ◦ green 101 ◦ blue 218

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

Shades of Orchid #D165DA

Tints of Orchid #D165DA

RGB

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

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

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

R = 39.58%
G = 19.13%
B = 41.29%

CMYK

 C value IS 0.04

 M value IS 0.54

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D165DA (or 0xD165DA) is known color: Orchid. HEX triplet: D1, 65 and DA. RGB value is (209,101,218). Sum of RGB (Red+Green+Blue) = 209+101+218=528 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.58% from 528); Green value is 101 (39.84% from 255 or 19.13% from 528); Blue value is 218 (85.55% from 255 or 41.29% from 528); Max value from RGB is 218 - color contains mainly: blue. Hex color #D165DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D165DA is #2E9A25. Grayscale: #929292. Windows color (decimal): -3054118 or 14312913. OLE color: 14312913.

HSL color Cylindrical-coordinate representation of color #D165DA: hue angle of 295.38º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D165DA is Cyan = 0.04, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 209 101 218 -
CMYK 0.04 0.54 0 0.15
HSL 295.38º 0.61% 0.63% -
HSV(B) 295.38º 0.54% 0.85% -
XYZ 43.6 27.92 69.42 -
YUV 146.63 168.28 172.49 -
System Red Green Blue C M Y K H S L
Decimal 209 101 218 0.04 0.54 0 0.15 295.38 0.61 0.63
Hex D1 65 DA 4 36 0 F 127 3D 3F
Octal 321 145 332 4 66 0 17 447 75 77
Binary 11010001 1100101 11011010 100 110110 0 1111 100100111 111101 111111

Color Harmonies of #D165DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D165DA

Black with #D165DA

Text Example


Text Example

White with #D165DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D165DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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