Html Css Color HEX #DB7ACF Orchid

📋 copy color: '#DB7ACF'

red 219 ◦ green 122 ◦ blue 207

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

Shades of Orchid #DB7ACF

Tints of Orchid #DB7ACF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 37.77%

R = 39.96%
G = 22.26%
B = 37.77%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.05

 K value IS 0.14

RGB Variations

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

Color information

#DB7ACF (or 0xDB7ACF) is known color: Orchid. HEX triplet: DB, 7A and CF. RGB value is (219,122,207). Sum of RGB (Red+Green+Blue) = 219+122+207=548 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.96% from 548); Green value is 122 (48.05% from 255 or 22.26% from 548); Blue value is 207 (81.25% from 255 or 37.77% from 548); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7ACF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB7ACF is #248530. Grayscale: #A0A0A0. Windows color (decimal): -2393393 or 13597403. OLE color: 13597403.

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

Color convert

RGB 219 122 207 -
CMYK 0 0.44 0.05 0.14
HSL 307.42º 0.57% 0.67% -
HSV(B) 307.42º 0.44% 0.86% -
XYZ 47.44 33.48 62.99 -
YUV 160.69 154.14 169.59 -
System Red Green Blue C M Y K H S L
Decimal 219 122 207 0 0.44 0.05 0.14 307.42 0.57 0.67
Hex DB 7A CF 0 2C 5 E 133 39 43
Octal 333 172 317 0 54 5 16 463 71 103
Binary 11011011 1111010 11001111 0 101100 101 1110 100110011 111001 1000011

Color Harmonies of #DB7ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7ACF

Black with #DB7ACF

Text Example


Text Example

White with #DB7ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7ACF; }

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

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

background-color css

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

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

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

border-color css

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

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

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