Html Css Color HEX #DB7AD7 Orchid

📋 copy color: '#DB7AD7'

red 219 ◦ green 122 ◦ blue 215

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

Shades of Orchid #DB7AD7

Tints of Orchid #DB7AD7

RGB

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

 GREEN value IS 122 (48.05% from 255) = 21.94%

 BLUE value IS 215 (84.38% from 255) = 38.67%

R = 39.39%
G = 21.94%
B = 38.67%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.02

 K value IS 0.14

RGB Variations

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

Color information

#DB7AD7 (or 0xDB7AD7) is known color: Orchid. HEX triplet: DB, 7A and D7. RGB value is (219,122,215). Sum of RGB (Red+Green+Blue) = 219+122+215=556 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.39% from 556); Green value is 122 (48.05% from 255 or 21.94% from 556); Blue value is 215 (84.38% from 255 or 38.67% from 556); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7AD7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB7AD7 is #248528. Grayscale: #A1A1A1. Windows color (decimal): -2393385 or 14121691. OLE color: 14121691.

HSL color Cylindrical-coordinate representation of color #DB7AD7: hue angle of 302.47º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DB7AD7 is Cyan = 0, Magento = 0.44, Yellow = 0.02 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 122 215 -
CMYK 0 0.44 0.02 0.14
HSL 302.47º 0.57% 0.67% -
HSV(B) 302.47º 0.44% 0.86% -
XYZ 48.44 33.89 68.28 -
YUV 161.61 158.14 168.94 -
System Red Green Blue C M Y K H S L
Decimal 219 122 215 0 0.44 0.02 0.14 302.47 0.57 0.67
Hex DB 7A D7 0 2C 2 E 12E 39 43
Octal 333 172 327 0 54 2 16 456 71 103
Binary 11011011 1111010 11010111 0 101100 10 1110 100101110 111001 1000011

Color Harmonies of #DB7AD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7AD7

Black with #DB7AD7

Text Example


Text Example

White with #DB7AD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7AD7; }

 p { color: rgb(219,122,215); }

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

background-color css

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

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

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

border-color css

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

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

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