Html Css Color HEX #D175DB Orchid

📋 copy color: '#D175DB'

red 209 ◦ green 117 ◦ blue 219

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

Shades of Orchid #D175DB

Tints of Orchid #D175DB

RGB

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

 GREEN value IS 117 (46.09% from 255) = 21.47%

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

R = 38.35%
G = 21.47%
B = 40.18%

CMYK

 C value IS 0.05

 M value IS 0.47

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D175DB (or 0xD175DB) is known color: Orchid. HEX triplet: D1, 75 and DB. RGB value is (209,117,219). Sum of RGB (Red+Green+Blue) = 209+117+219=545 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.35% from 545); Green value is 117 (46.09% from 255 or 21.47% from 545); Blue value is 219 (85.94% from 255 or 40.18% from 545); Max value from RGB is 219 - color contains mainly: blue. Hex color #D175DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D175DB is #2E8A24. Grayscale: #9B9B9B. Windows color (decimal): -3050021 or 14382545. OLE color: 14382545.

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

Color convert

RGB 209 117 219 -
CMYK 0.05 0.47 0 0.14
HSL 294.12º 0.59% 0.66% -
HSV(B) 294.12º 0.47% 0.86% -
XYZ 45.44 31.39 70.68 -
YUV 156.14 163.48 165.71 -
System Red Green Blue C M Y K H S L
Decimal 209 117 219 0.05 0.47 0 0.14 294.12 0.59 0.66
Hex D1 75 DB 5 2F 0 E 126 3B 42
Octal 321 165 333 5 57 0 16 446 73 102
Binary 11010001 1110101 11011011 101 101111 0 1110 100100110 111011 1000010

Color Harmonies of #D175DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D175DB

Black with #D175DB

Text Example


Text Example

White with #D175DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D175DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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