Html Css Color HEX #DB7ACD Orchid

📋 copy color: '#DB7ACD'

red 219 ◦ green 122 ◦ blue 205

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

Shades of Orchid #DB7ACD

Tints of Orchid #DB7ACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 37.55%

R = 40.11%
G = 22.34%
B = 37.55%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.06

 K value IS 0.14

RGB Variations

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

Color information

#DB7ACD (or 0xDB7ACD) is known color: Orchid. HEX triplet: DB, 7A and CD. RGB value is (219,122,205). Sum of RGB (Red+Green+Blue) = 219+122+205=546 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.11% from 546); Green value is 122 (48.05% from 255 or 22.34% from 546); Blue value is 205 (80.47% from 255 or 37.55% from 546); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7ACD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB7ACD is #248532. Grayscale: #A0A0A0. Windows color (decimal): -2393395 or 13466331. OLE color: 13466331.

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

Color convert

RGB 219 122 205 -
CMYK 0 0.44 0.06 0.14
HSL 308.66º 0.57% 0.67% -
HSV(B) 308.66º 0.44% 0.86% -
XYZ 47.19 33.39 61.71 -
YUV 160.47 153.14 169.75 -
System Red Green Blue C M Y K H S L
Decimal 219 122 205 0 0.44 0.06 0.14 308.66 0.57 0.67
Hex DB 7A CD 0 2C 6 E 135 39 43
Octal 333 172 315 0 54 6 16 465 71 103
Binary 11011011 1111010 11001101 0 101100 110 1110 100110101 111001 1000011

Color Harmonies of #DB7ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7ACD

Black with #DB7ACD

Text Example


Text Example

White with #DB7ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7ACD; }

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

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

background-color css

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

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

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

border-color css

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

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

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