Html Css Color HEX #DB83DB Orchid

📋 copy color: '#DB83DB'

red 219 ◦ green 131 ◦ blue 219

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

Shades of Orchid #DB83DB

Tints of Orchid #DB83DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 38.49%

R = 38.49%
G = 23.02%
B = 38.49%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#DB83DB (or 0xDB83DB) is known color: Orchid. HEX triplet: DB, 83 and DB. RGB value is (219,131,219). Sum of RGB (Red+Green+Blue) = 219+131+219=569 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.49% from 569); Green value is 131 (51.56% from 255 or 23.02% from 569); Blue value is 219 (85.94% from 255 or 38.49% from 569); Max value from RGB is 219 - color contains mainly: red, blue. Hex color #DB83DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB83DB is #247C24. Grayscale: #A7A7A7. Windows color (decimal): -2391077 or 14386139. OLE color: 14386139.

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

Color convert

RGB 219 131 219 -
CMYK 0 0.40 0 0.14
HSL 300º 0.55% 0.69% -
HSV(B) 300º 0.4% 0.86% -
XYZ 50.12 36.41 71.4 -
YUV 167.34 157.15 164.84 -
System Red Green Blue C M Y K H S L
Decimal 219 131 219 0 0.40 0 0.14 300 0.55 0.69
Hex DB 83 DB 0 28 0 E 12C 37 45
Octal 333 203 333 0 50 0 16 454 67 105
Binary 11011011 10000011 11011011 0 101000 0 1110 100101100 110111 1000101

Color Harmonies of #DB83DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB83DB

Black with #DB83DB

Text Example


Text Example

White with #DB83DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB83DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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