Html Css Color HEX #D083DD Orchid

📋 copy color: '#D083DD'

red 208 ◦ green 131 ◦ blue 221

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

Shades of Orchid #D083DD

Tints of Orchid #D083DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 39.46%

R = 37.14%
G = 23.39%
B = 39.46%

CMYK

 C value IS 0.06

 M value IS 0.41

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D083DD (or 0xD083DD) is known color: Orchid. HEX triplet: D0, 83 and DD. RGB value is (208,131,221). Sum of RGB (Red+Green+Blue) = 208+131+221=560 (74% of max value = 765). Red value is 208 (81.64% from 255 or 37.14% from 560); Green value is 131 (51.56% from 255 or 23.39% from 560); Blue value is 221 (86.72% from 255 or 39.46% from 560); Max value from RGB is 221 - color contains mainly: blue. Hex color #D083DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D083DD is #2F7C22. Grayscale: #A4A4A4. Windows color (decimal): -3111971 or 14517200. OLE color: 14517200.

HSL color Cylindrical-coordinate representation of color #D083DD: hue angle of 291.33º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D083DD is Cyan = 0.06, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 208 131 221 -
CMYK 0.06 0.41 0 0.13
HSL 291.33º 0.57% 0.69% -
HSV(B) 291.33º 0.41% 0.87% -
XYZ 47.18 34.86 72.65 -
YUV 164.28 160.01 159.18 -
System Red Green Blue C M Y K H S L
Decimal 208 131 221 0.06 0.41 0 0.13 291.33 0.57 0.69
Hex D0 83 DD 6 29 0 D 123 39 45
Octal 320 203 335 6 51 0 15 443 71 105
Binary 11010000 10000011 11011101 110 101001 0 1101 100100011 111001 1000101

Color Harmonies of #D083DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D083DD

Black with #D083DD

Text Example


Text Example

White with #D083DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D083DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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