Html Css Color HEX #DB83DA Orchid

📋 copy color: '#DB83DA'

red 219 ◦ green 131 ◦ blue 218

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

Shades of Orchid #DB83DA

Tints of Orchid #DB83DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 38.38%

R = 38.56%
G = 23.06%
B = 38.38%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.00

 K value IS 0.14

RGB Variations

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

Color information

#DB83DA (or 0xDB83DA) is known color: Orchid. HEX triplet: DB, 83 and DA. RGB value is (219,131,218). Sum of RGB (Red+Green+Blue) = 219+131+218=568 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.56% from 568); Green value is 131 (51.56% from 255 or 23.06% from 568); Blue value is 218 (85.55% from 255 or 38.38% from 568); Max value from RGB is 219 - color contains mainly: red. Hex color #DB83DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB83DA is #247C25. Grayscale: #A6A6A6. Windows color (decimal): -2391078 or 14320603. OLE color: 14320603.

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

Color convert

RGB 219 131 218 -
CMYK 0 0.40 0.00 0.14
HSL 300.68º 0.55% 0.69% -
HSV(B) 300.68º 0.4% 0.86% -
XYZ 49.98 36.35 70.71 -
YUV 167.23 156.65 164.93 -
System Red Green Blue C M Y K H S L
Decimal 219 131 218 0 0.40 0.00 0.14 300.68 0.55 0.69
Hex DB 83 DA 0 28 0 E 12D 37 45
Octal 333 203 332 0 50 0 16 455 67 105
Binary 11011011 10000011 11011010 0 101000 0 1110 100101101 110111 1000101

Color Harmonies of #DB83DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB83DA

Black with #DB83DA

Text Example


Text Example

White with #DB83DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB83DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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