Html Css Color HEX #D083DB Orchid

📋 copy color: '#D083DB'

red 208 ◦ green 131 ◦ blue 219

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

Shades of Orchid #D083DB

Tints of Orchid #D083DB

RGB

 RED value IS 208 (81.64% from 255) = 37.28%

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

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

R = 37.28%
G = 23.48%
B = 39.25%

CMYK

 C value IS 0.05

 M value IS 0.40

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D083DB (or 0xD083DB) is known color: Orchid. HEX triplet: D0, 83 and DB. RGB value is (208,131,219). Sum of RGB (Red+Green+Blue) = 208+131+219=558 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.28% from 558); Green value is 131 (51.56% from 255 or 23.48% from 558); Blue value is 219 (85.94% from 255 or 39.25% from 558); Max value from RGB is 219 - color contains mainly: blue. Hex color #D083DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D083DB is #2F7C24. Grayscale: #A3A3A3. Windows color (decimal): -3111973 or 14386128. OLE color: 14386128.

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

Color convert

RGB 208 131 219 -
CMYK 0.05 0.40 0 0.14
HSL 292.5º 0.55% 0.69% -
HSV(B) 292.5º 0.4% 0.86% -
XYZ 46.91 34.76 71.25 -
YUV 164.06 159.01 159.34 -
System Red Green Blue C M Y K H S L
Decimal 208 131 219 0.05 0.40 0 0.14 292.5 0.55 0.69
Hex D0 83 DB 5 28 0 E 124 37 45
Octal 320 203 333 5 50 0 16 444 67 105
Binary 11010000 10000011 11011011 101 101000 0 1110 100100100 110111 1000101

Color Harmonies of #D083DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D083DB

Black with #D083DB

Text Example


Text Example

White with #D083DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D083DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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