Html Css Color HEX #DB75DB Orchid

📋 copy color: '#DB75DB'

red 219 ◦ green 117 ◦ blue 219

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

Shades of Orchid #DB75DB

Tints of Orchid #DB75DB

RGB

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

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

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

R = 39.46%
G = 21.08%
B = 39.46%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#DB75DB (or 0xDB75DB) is known color: Orchid. HEX triplet: DB, 75 and DB. RGB value is (219,117,219). Sum of RGB (Red+Green+Blue) = 219+117+219=555 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.46% from 555); Green value is 117 (46.09% from 255 or 21.08% from 555); Blue value is 219 (85.94% from 255 or 39.46% from 555); Max value from RGB is 219 - color contains mainly: red, blue. Hex color #DB75DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB75DB is #248A24. Grayscale: #9E9E9E. Windows color (decimal): -2394661 or 14382555. OLE color: 14382555.

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

Color convert

RGB 219 117 219 -
CMYK 0 0.47 0 0.14
HSL 300º 0.59% 0.66% -
HSV(B) 300º 0.47% 0.86% -
XYZ 48.36 32.9 70.82 -
YUV 159.13 161.79 170.71 -
System Red Green Blue C M Y K H S L
Decimal 219 117 219 0 0.47 0 0.14 300 0.59 0.66
Hex DB 75 DB 0 2F 0 E 12C 3B 42
Octal 333 165 333 0 57 0 16 454 73 102
Binary 11011011 1110101 11011011 0 101111 0 1110 100101100 111011 1000010

Color Harmonies of #DB75DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB75DB

Black with #DB75DB

Text Example


Text Example

White with #DB75DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB75DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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