Html Css Color HEX #DB75D3 Orchid

📋 copy color: '#DB75D3'

red 219 ◦ green 117 ◦ blue 211

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

Shades of Orchid #DB75D3

Tints of Orchid #DB75D3

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.04

 K value IS 0.14

RGB Variations

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

Color information

#DB75D3 (or 0xDB75D3) is known color: Orchid. HEX triplet: DB, 75 and D3. RGB value is (219,117,211). Sum of RGB (Red+Green+Blue) = 219+117+211=547 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.04% from 547); Green value is 117 (46.09% from 255 or 21.39% from 547); Blue value is 211 (82.81% from 255 or 38.57% from 547); Max value from RGB is 219 - color contains mainly: red. Hex color #DB75D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB75D3 is #248A2C. Grayscale: #9D9D9D. Windows color (decimal): -2394669 or 13858267. OLE color: 13858267.

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

Color convert

RGB 219 117 211 -
CMYK 0 0.47 0.04 0.14
HSL 304.71º 0.59% 0.66% -
HSV(B) 304.71º 0.47% 0.86% -
XYZ 47.33 32.49 65.4 -
YUV 158.21 157.79 171.36 -
System Red Green Blue C M Y K H S L
Decimal 219 117 211 0 0.47 0.04 0.14 304.71 0.59 0.66
Hex DB 75 D3 0 2F 4 E 131 3B 42
Octal 333 165 323 0 57 4 16 461 73 102
Binary 11011011 1110101 11010011 0 101111 100 1110 100110001 111011 1000010

Color Harmonies of #DB75D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB75D3

Black with #DB75D3

Text Example


Text Example

White with #DB75D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB75D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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