Html Css Color HEX #DB83DD Orchid

📋 copy color: '#DB83DD'

red 219 ◦ green 131 ◦ blue 221

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

Shades of Orchid #DB83DD

Tints of Orchid #DB83DD

RGB

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

 GREEN value IS 131 (51.56% from 255) = 22.94%

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

R = 38.35%
G = 22.94%
B = 38.7%

CMYK

 C value IS 0.01

 M value IS 0.41

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DB83DD (or 0xDB83DD) is known color: Orchid. HEX triplet: DB, 83 and DD. RGB value is (219,131,221). Sum of RGB (Red+Green+Blue) = 219+131+221=571 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.35% from 571); Green value is 131 (51.56% from 255 or 22.94% from 571); Blue value is 221 (86.72% from 255 or 38.70% from 571); Max value from RGB is 221 - color contains mainly: blue. Hex color #DB83DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB83DD is #247C22. Grayscale: #A7A7A7. Windows color (decimal): -2391075 or 14517211. OLE color: 14517211.

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

Color convert

RGB 219 131 221 -
CMYK 0.01 0.41 0 0.13
HSL 298.67º 0.57% 0.69% -
HSV(B) 298.67º 0.41% 0.87% -
XYZ 50.38 36.51 72.8 -
YUV 167.57 158.15 164.68 -
System Red Green Blue C M Y K H S L
Decimal 219 131 221 0.01 0.41 0 0.13 298.67 0.57 0.69
Hex DB 83 DD 1 29 0 D 12B 39 45
Octal 333 203 335 1 51 0 15 453 71 105
Binary 11011011 10000011 11011101 1 101001 0 1101 100101011 111001 1000101

Color Harmonies of #DB83DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB83DD

Black with #DB83DD

Text Example


Text Example

White with #DB83DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB83DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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