Html Css Color HEX #D17CDB Orchid

📋 copy color: '#D17CDB'

red 209 ◦ green 124 ◦ blue 219

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

Shades of Orchid #D17CDB

Tints of Orchid #D17CDB

RGB

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

 GREEN value IS 124 (48.83% from 255) = 22.46%

 BLUE value IS 219 (85.94% from 255) = 39.67%

R = 37.86%
G = 22.46%
B = 39.67%

CMYK

 C value IS 0.05

 M value IS 0.43

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D17CDB (or 0xD17CDB) is known color: Orchid. HEX triplet: D1, 7C and DB. RGB value is (209,124,219). Sum of RGB (Red+Green+Blue) = 209+124+219=552 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.86% from 552); Green value is 124 (48.83% from 255 or 22.46% from 552); Blue value is 219 (85.94% from 255 or 39.67% from 552); Max value from RGB is 219 - color contains mainly: blue. Hex color #D17CDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D17CDB is #2E8324. Grayscale: #9F9F9F. Windows color (decimal): -3048229 or 14384337. OLE color: 14384337.

HSL color Cylindrical-coordinate representation of color #D17CDB: hue angle of 293.68º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D17CDB is Cyan = 0.05, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 209 124 219 -
CMYK 0.05 0.43 0 0.14
HSL 293.68º 0.57% 0.67% -
HSV(B) 293.68º 0.43% 0.86% -
XYZ 46.29 33.09 70.96 -
YUV 160.25 161.16 162.78 -
System Red Green Blue C M Y K H S L
Decimal 209 124 219 0.05 0.43 0 0.14 293.68 0.57 0.67
Hex D1 7C DB 5 2B 0 E 126 39 43
Octal 321 174 333 5 53 0 16 446 71 103
Binary 11010001 1111100 11011011 101 101011 0 1110 100100110 111001 1000011

Color Harmonies of #D17CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D17CDB

Black with #D17CDB

Text Example


Text Example

White with #D17CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D17CDB; }

 p { color: rgb(209,124,219); }

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

background-color css

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

 a { background-color: rgb(209,124,219); }

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

border-color css

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

 span { border-color: rgb(209,124,219); }

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