Html Css Color HEX #D883DB Orchid

📋 copy color: '#D883DB'

red 216 ◦ green 131 ◦ blue 219

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

Shades of Orchid #D883DB

Tints of Orchid #D883DB

RGB

 RED value IS 216 (84.77% from 255) = 38.16%

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

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

R = 38.16%
G = 23.14%
B = 38.69%

CMYK

 C value IS 0.01

 M value IS 0.40

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D883DB (or 0xD883DB) is known color: Orchid. HEX triplet: D8, 83 and DB. RGB value is (216,131,219). Sum of RGB (Red+Green+Blue) = 216+131+219=566 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.16% from 566); Green value is 131 (51.56% from 255 or 23.14% from 566); Blue value is 219 (85.94% from 255 or 38.69% from 566); Max value from RGB is 219 - color contains mainly: blue. Hex color #D883DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D883DB is #277C24. Grayscale: #A6A6A6. Windows color (decimal): -2587685 or 14386136. OLE color: 14386136.

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

Color convert

RGB 216 131 219 -
CMYK 0.01 0.40 0 0.14
HSL 297.95º 0.55% 0.69% -
HSV(B) 297.95º 0.4% 0.86% -
XYZ 49.22 35.95 71.36 -
YUV 166.45 157.66 163.34 -
System Red Green Blue C M Y K H S L
Decimal 216 131 219 0.01 0.40 0 0.14 297.95 0.55 0.69
Hex D8 83 DB 1 28 0 E 12A 37 45
Octal 330 203 333 1 50 0 16 452 67 105
Binary 11011000 10000011 11011011 1 101000 0 1110 100101010 110111 1000101

Color Harmonies of #D883DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D883DB

Black with #D883DB

Text Example


Text Example

White with #D883DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D883DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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