Html Css Color HEX #DB84C9 Orchid

📋 copy color: '#DB84C9'

red 219 ◦ green 132 ◦ blue 201

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

Shades of Orchid #DB84C9

Tints of Orchid #DB84C9

RGB

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

 GREEN value IS 132 (51.95% from 255) = 23.91%

 BLUE value IS 201 (78.91% from 255) = 36.41%

R = 39.67%
G = 23.91%
B = 36.41%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.08

 K value IS 0.14

RGB Variations

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

Color information

#DB84C9 (or 0xDB84C9) is known color: Orchid. HEX triplet: DB, 84 and C9. RGB value is (219,132,201). Sum of RGB (Red+Green+Blue) = 219+132+201=552 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.67% from 552); Green value is 132 (51.95% from 255 or 23.91% from 552); Blue value is 201 (78.91% from 255 or 36.41% from 552); Max value from RGB is 219 - color contains mainly: red. Hex color #DB84C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB84C9 is #247B36. Grayscale: #A5A5A5. Windows color (decimal): -2390839 or 13206747. OLE color: 13206747.

HSL color Cylindrical-coordinate representation of color #DB84C9: hue angle of 312.41º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DB84C9 is Cyan = 0, Magento = 0.40, Yellow = 0.08 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 132 201 -
CMYK 0 0.40 0.08 0.14
HSL 312.41º 0.55% 0.69% -
HSV(B) 312.41º 0.4% 0.86% -
XYZ 48.01 35.78 59.63 -
YUV 165.88 147.82 165.89 -
System Red Green Blue C M Y K H S L
Decimal 219 132 201 0 0.40 0.08 0.14 312.41 0.55 0.69
Hex DB 84 C9 0 28 8 E 138 37 45
Octal 333 204 311 0 50 10 16 470 67 105
Binary 11011011 10000100 11001001 0 101000 1000 1110 100111000 110111 1000101

Color Harmonies of #DB84C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB84C9

Black with #DB84C9

Text Example


Text Example

White with #DB84C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB84C9; }

 p { color: rgb(219,132,201); }

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

background-color css

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

 a { background-color: rgb(219,132,201); }

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

border-color css

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

 span { border-color: rgb(219,132,201); }

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