Html Css Color HEX #D083DC Orchid

📋 copy color: '#D083DC'

red 208 ◦ green 131 ◦ blue 220

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

Shades of Orchid #D083DC

Tints of Orchid #D083DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 39.36%

R = 37.21%
G = 23.43%
B = 39.36%

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

#D083DC (or 0xD083DC) is known color: Orchid. HEX triplet: D0, 83 and DC. RGB value is (208,131,220). Sum of RGB (Red+Green+Blue) = 208+131+220=559 (74% of max value = 765). Red value is 208 (81.64% from 255 or 37.21% from 559); Green value is 131 (51.56% from 255 or 23.43% from 559); Blue value is 220 (86.33% from 255 or 39.36% from 559); Max value from RGB is 220 - color contains mainly: blue. Hex color #D083DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D083DC is #2F7C23. Grayscale: #A3A3A3. Windows color (decimal): -3111972 or 14451664. OLE color: 14451664.

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

Color convert

RGB 208 131 220 -
CMYK 0.05 0.40 0 0.14
HSL 291.91º 0.56% 0.69% -
HSV(B) 291.91º 0.4% 0.86% -
XYZ 47.05 34.81 71.95 -
YUV 164.17 159.51 159.26 -
System Red Green Blue C M Y K H S L
Decimal 208 131 220 0.05 0.40 0 0.14 291.91 0.56 0.69
Hex D0 83 DC 5 28 0 E 124 38 45
Octal 320 203 334 5 50 0 16 444 70 105
Binary 11010000 10000011 11011100 101 101000 0 1110 100100100 111000 1000101

Color Harmonies of #D083DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D083DC

Black with #D083DC

Text Example


Text Example

White with #D083DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D083DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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