Html Css Color HEX #DB7ACA Orchid

📋 copy color: '#DB7ACA'

red 219 ◦ green 122 ◦ blue 202

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

Shades of Orchid #DB7ACA

Tints of Orchid #DB7ACA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 37.2%

R = 40.33%
G = 22.47%
B = 37.2%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.08

 K value IS 0.14

RGB Variations

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

Color information

#DB7ACA (or 0xDB7ACA) is known color: Orchid. HEX triplet: DB, 7A and CA. RGB value is (219,122,202). Sum of RGB (Red+Green+Blue) = 219+122+202=543 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.33% from 543); Green value is 122 (48.05% from 255 or 22.47% from 543); Blue value is 202 (79.30% from 255 or 37.20% from 543); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7ACA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB7ACA is #248535. Grayscale: #9F9F9F. Windows color (decimal): -2393398 or 13269723. OLE color: 13269723.

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

Color convert

RGB 219 122 202 -
CMYK 0 0.44 0.08 0.14
HSL 310.52º 0.57% 0.67% -
HSV(B) 310.52º 0.44% 0.86% -
XYZ 46.83 33.24 59.83 -
YUV 160.12 151.64 170 -
System Red Green Blue C M Y K H S L
Decimal 219 122 202 0 0.44 0.08 0.14 310.52 0.57 0.67
Hex DB 7A CA 0 2C 8 E 137 39 43
Octal 333 172 312 0 54 10 16 467 71 103
Binary 11011011 1111010 11001010 0 101100 1000 1110 100110111 111001 1000011

Color Harmonies of #DB7ACA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7ACA

Black with #DB7ACA

Text Example


Text Example

White with #DB7ACA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7ACA; }

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

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

background-color css

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

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

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

border-color css

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

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

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