Html Css Color HEX #D17DCA Orchid

📋 copy color: '#D17DCA'

red 209 ◦ green 125 ◦ blue 202

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

Shades of Orchid #D17DCA

Tints of Orchid #D17DCA

RGB

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

 GREEN value IS 125 (49.22% from 255) = 23.32%

 BLUE value IS 202 (79.3% from 255) = 37.69%

R = 38.99%
G = 23.32%
B = 37.69%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.03

 K value IS 0.18

RGB Variations

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

Color information

#D17DCA (or 0xD17DCA) is known color: Orchid. HEX triplet: D1, 7D and CA. RGB value is (209,125,202). Sum of RGB (Red+Green+Blue) = 209+125+202=536 (70% of max value = 765). Red value is 209 (82.03% from 255 or 38.99% from 536); Green value is 125 (49.22% from 255 or 23.32% from 536); Blue value is 202 (79.30% from 255 or 37.69% from 536); Max value from RGB is 209 - color contains mainly: red. Hex color #D17DCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D17DCA is #2E8235. Grayscale: #9E9E9E. Windows color (decimal): -3047990 or 13270481. OLE color: 13270481.

HSL color Cylindrical-coordinate representation of color #D17DCA: hue angle of 305º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D17DCA is Cyan = 0, Magento = 0.40, Yellow = 0.03 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 125 202 -
CMYK 0 0.40 0.03 0.18
HSL 305º 0.48% 0.65% -
HSV(B) 305º 0.4% 0.82% -
XYZ 44.29 32.49 59.81 -
YUV 158.89 152.33 163.74 -
System Red Green Blue C M Y K H S L
Decimal 209 125 202 0 0.40 0.03 0.18 305 0.48 0.65
Hex D1 7D CA 0 28 3 12 131 30 41
Octal 321 175 312 0 50 3 22 461 60 101
Binary 11010001 1111101 11001010 0 101000 11 10010 100110001 110000 1000001

Color Harmonies of #D17DCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D17DCA

Black with #D17DCA

Text Example


Text Example

White with #D17DCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D17DCA; }

 p { color: rgb(209,125,202); }

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

background-color css

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

 a { background-color: rgb(209,125,202); }

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

border-color css

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

 span { border-color: rgb(209,125,202); }

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