Html Css Color HEX #D17BCF Orchid

📋 copy color: '#D17BCF'

red 209 ◦ green 123 ◦ blue 207

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

Shades of Orchid #D17BCF

Tints of Orchid #D17BCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 38.4%

R = 38.78%
G = 22.82%
B = 38.4%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#D17BCF (or 0xD17BCF) is known color: Orchid. HEX triplet: D1, 7B and CF. RGB value is (209,123,207). Sum of RGB (Red+Green+Blue) = 209+123+207=539 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.78% from 539); Green value is 123 (48.44% from 255 or 22.82% from 539); Blue value is 207 (81.25% from 255 or 38.40% from 539); Max value from RGB is 209 - color contains mainly: red. Hex color #D17BCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D17BCF is #2E8430. Grayscale: #9E9E9E. Windows color (decimal): -3048497 or 13597649. OLE color: 13597649.

HSL color Cylindrical-coordinate representation of color #D17BCF: hue angle of 301.4º 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 #D17BCF is Cyan = 0, Magento = 0.41, Yellow = 0.01 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 123 207 -
CMYK 0 0.41 0.01 0.18
HSL 301.4º 0.48% 0.65% -
HSV(B) 301.4º 0.41% 0.82% -
XYZ 44.64 32.23 62.9 -
YUV 158.29 155.49 164.17 -
System Red Green Blue C M Y K H S L
Decimal 209 123 207 0 0.41 0.01 0.18 301.4 0.48 0.65
Hex D1 7B CF 0 29 1 12 12D 30 41
Octal 321 173 317 0 51 1 22 455 60 101
Binary 11010001 1111011 11001111 0 101001 1 10010 100101101 110000 1000001

Color Harmonies of #D17BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D17BCF

Black with #D17BCF

Text Example


Text Example

White with #D17BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D17BCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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