Html Css Color HEX #DB75BE Orchid

📋 copy color: '#DB75BE'

red 219 ◦ green 117 ◦ blue 190

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

Shades of Orchid #DB75BE

Tints of Orchid #DB75BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 36.12%

R = 41.63%
G = 22.24%
B = 36.12%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.13

 K value IS 0.14

RGB Variations

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

Color information

#DB75BE (or 0xDB75BE) is known color: Orchid. HEX triplet: DB, 75 and BE. RGB value is (219,117,190). Sum of RGB (Red+Green+Blue) = 219+117+190=526 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.63% from 526); Green value is 117 (46.09% from 255 or 22.24% from 526); Blue value is 190 (74.61% from 255 or 36.12% from 526); Max value from RGB is 219 - color contains mainly: red. Hex color #DB75BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB75BE is #248A41. Grayscale: #9B9B9B. Windows color (decimal): -2394690 or 12482011. OLE color: 12482011.

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

Color convert

RGB 219 117 190 -
CMYK 0 0.47 0.13 0.14
HSL 317.06º 0.59% 0.66% -
HSV(B) 317.06º 0.47% 0.86% -
XYZ 44.87 31.5 52.43 -
YUV 155.82 147.29 173.06 -
System Red Green Blue C M Y K H S L
Decimal 219 117 190 0 0.47 0.13 0.14 317.06 0.59 0.66
Hex DB 75 BE 0 2F D E 13D 3B 42
Octal 333 165 276 0 57 15 16 475 73 102
Binary 11011011 1110101 10111110 0 101111 1101 1110 100111101 111011 1000010

Color Harmonies of #DB75BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB75BE

Black with #DB75BE

Text Example


Text Example

White with #DB75BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB75BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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