Html Css Color HEX #D17BCD Orchid

📋 copy color: '#D17BCD'

red 209 ◦ green 123 ◦ blue 205

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

Shades of Orchid #D17BCD

Tints of Orchid #D17BCD

RGB

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

 GREEN value IS 123 (48.44% from 255) = 22.91%

 BLUE value IS 205 (80.47% from 255) = 38.18%

R = 38.92%
G = 22.91%
B = 38.18%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#D17BCD (or 0xD17BCD) is known color: Orchid. HEX triplet: D1, 7B and CD. RGB value is (209,123,205). Sum of RGB (Red+Green+Blue) = 209+123+205=537 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.92% from 537); Green value is 123 (48.44% from 255 or 22.91% from 537); Blue value is 205 (80.47% from 255 or 38.18% from 537); Max value from RGB is 209 - color contains mainly: red. Hex color #D17BCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D17BCD is #2E8432. Grayscale: #9D9D9D. Windows color (decimal): -3048499 or 13466577. OLE color: 13466577.

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

Color convert

RGB 209 123 205 -
CMYK 0 0.41 0.02 0.18
HSL 302.79º 0.48% 0.65% -
HSV(B) 302.79º 0.41% 0.82% -
XYZ 44.4 32.13 61.62 -
YUV 158.06 154.49 164.33 -
System Red Green Blue C M Y K H S L
Decimal 209 123 205 0 0.41 0.02 0.18 302.79 0.48 0.65
Hex D1 7B CD 0 29 2 12 12F 30 41
Octal 321 173 315 0 51 2 22 457 60 101
Binary 11010001 1111011 11001101 0 101001 10 10010 100101111 110000 1000001

Color Harmonies of #D17BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D17BCD

Black with #D17BCD

Text Example


Text Example

White with #D17BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D17BCD; }

 p { color: rgb(209,123,205); }

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

background-color css

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

 a { background-color: rgb(209,123,205); }

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

border-color css

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

 span { border-color: rgb(209,123,205); }

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