Html Css Color HEX #D375DB Orchid

📋 copy color: '#D375DB'

red 211 ◦ green 117 ◦ blue 219

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

Shades of Orchid #D375DB

Tints of Orchid #D375DB

RGB

 RED value IS 211 (82.81% from 255) = 38.57%

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

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

R = 38.57%
G = 21.39%
B = 40.04%

CMYK

 C value IS 0.04

 M value IS 0.47

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D375DB (or 0xD375DB) is known color: Orchid. HEX triplet: D3, 75 and DB. RGB value is (211,117,219). Sum of RGB (Red+Green+Blue) = 211+117+219=547 (72% of max value = 765). Red value is 211 (82.81% from 255 or 38.57% from 547); Green value is 117 (46.09% from 255 or 21.39% from 547); Blue value is 219 (85.94% from 255 or 40.04% from 547); Max value from RGB is 219 - color contains mainly: blue. Hex color #D375DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D375DB is #2C8A24. Grayscale: #9C9C9C. Windows color (decimal): -2918949 or 14382547. OLE color: 14382547.

HSL color Cylindrical-coordinate representation of color #D375DB: hue angle of 295.29º 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 #D375DB is Cyan = 0.04, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 211 117 219 -
CMYK 0.04 0.47 0 0.14
HSL 295.29º 0.59% 0.66% -
HSV(B) 295.29º 0.47% 0.86% -
XYZ 46.01 31.69 70.71 -
YUV 156.73 163.14 166.71 -
System Red Green Blue C M Y K H S L
Decimal 211 117 219 0.04 0.47 0 0.14 295.29 0.59 0.66
Hex D3 75 DB 4 2F 0 E 127 3B 42
Octal 323 165 333 4 57 0 16 447 73 102
Binary 11010011 1110101 11011011 100 101111 0 1110 100100111 111011 1000010

Color Harmonies of #D375DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D375DB

Black with #D375DB

Text Example


Text Example

White with #D375DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D375DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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