Html Css Color HEX #DB85DD Orchid

📋 copy color: '#DB85DD'

red 219 ◦ green 133 ◦ blue 221

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

Shades of Orchid #DB85DD

Tints of Orchid #DB85DD

RGB

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

 GREEN value IS 133 (52.34% from 255) = 23.21%

 BLUE value IS 221 (86.72% from 255) = 38.57%

R = 38.22%
G = 23.21%
B = 38.57%

CMYK

 C value IS 0.01

 M value IS 0.40

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DB85DD (or 0xDB85DD) is known color: Orchid. HEX triplet: DB, 85 and DD. RGB value is (219,133,221). Sum of RGB (Red+Green+Blue) = 219+133+221=573 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.22% from 573); Green value is 133 (52.34% from 255 or 23.21% from 573); Blue value is 221 (86.72% from 255 or 38.57% from 573); Max value from RGB is 221 - color contains mainly: blue. Hex color #DB85DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB85DD is #247A22. Grayscale: #A8A8A8. Windows color (decimal): -2390563 or 14517723. OLE color: 14517723.

HSL color Cylindrical-coordinate representation of color #DB85DD: hue angle of 298.64º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DB85DD is Cyan = 0.01, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 219 133 221 -
CMYK 0.01 0.40 0 0.13
HSL 298.64º 0.56% 0.69% -
HSV(B) 298.64º 0.4% 0.87% -
XYZ 50.65 37.06 72.89 -
YUV 168.75 157.49 163.84 -
System Red Green Blue C M Y K H S L
Decimal 219 133 221 0.01 0.40 0 0.13 298.64 0.56 0.69
Hex DB 85 DD 1 28 0 D 12B 38 45
Octal 333 205 335 1 50 0 15 453 70 105
Binary 11011011 10000101 11011101 1 101000 0 1101 100101011 111000 1000101

Color Harmonies of #DB85DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB85DD

Black with #DB85DD

Text Example


Text Example

White with #DB85DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB85DD; }

 p { color: rgb(219,133,221); }

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

background-color css

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

 a { background-color: rgb(219,133,221); }

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

border-color css

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

 span { border-color: rgb(219,133,221); }

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