Html Css Color HEX #DA83DB Orchid

📋 copy color: '#DA83DB'

red 218 ◦ green 131 ◦ blue 219

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

Shades of Orchid #DA83DB

Tints of Orchid #DA83DB

RGB

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

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

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

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

CMYK

 C value IS 0.00

 M value IS 0.40

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

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

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

Color convert

RGB 218 131 219 -
CMYK 0.00 0.40 0 0.14
HSL 299.32º 0.55% 0.69% -
HSV(B) 299.32º 0.4% 0.86% -
XYZ 49.82 36.25 71.39 -
YUV 167.05 157.32 164.34 -
System Red Green Blue C M Y K H S L
Decimal 218 131 219 0.00 0.40 0 0.14 299.32 0.55 0.69
Hex DA 83 DB 0 28 0 E 12B 37 45
Octal 332 203 333 0 50 0 16 453 67 105
Binary 11011010 10000011 11011011 0 101000 0 1110 100101011 110111 1000101

Color Harmonies of #DA83DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA83DB

Black with #DA83DB

Text Example


Text Example

White with #DA83DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA83DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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