Html Css Color HEX #D165D6 Orchid

📋 copy color: '#D165D6'

red 209 ◦ green 101 ◦ blue 214

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

Shades of Orchid #D165D6

Tints of Orchid #D165D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 40.84%

R = 39.89%
G = 19.27%
B = 40.84%

CMYK

 C value IS 0.02

 M value IS 0.53

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D165D6 (or 0xD165D6) is known color: Orchid. HEX triplet: D1, 65 and D6. RGB value is (209,101,214). Sum of RGB (Red+Green+Blue) = 209+101+214=524 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.89% from 524); Green value is 101 (39.84% from 255 or 19.27% from 524); Blue value is 214 (83.98% from 255 or 40.84% from 524); Max value from RGB is 214 - color contains mainly: blue. Hex color #D165D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D165D6 is #2E9A29. Grayscale: #919191. Windows color (decimal): -3054122 or 14050769. OLE color: 14050769.

HSL color Cylindrical-coordinate representation of color #D165D6: hue angle of 297.35º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D165D6 is Cyan = 0.02, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 209 101 214 -
CMYK 0.02 0.53 0 0.16
HSL 297.35º 0.58% 0.62% -
HSV(B) 297.35º 0.53% 0.84% -
XYZ 43.09 27.72 66.7 -
YUV 146.17 166.28 172.81 -
System Red Green Blue C M Y K H S L
Decimal 209 101 214 0.02 0.53 0 0.16 297.35 0.58 0.62
Hex D1 65 D6 2 35 0 10 129 3A 3E
Octal 321 145 326 2 65 0 20 451 72 76
Binary 11010001 1100101 11010110 10 110101 0 10000 100101001 111010 111110

Color Harmonies of #D165D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D165D6

Black with #D165D6

Text Example


Text Example

White with #D165D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D165D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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