Html Css Color HEX #DD83DE Orchid

📋 copy color: '#DD83DE'

red 221 ◦ green 131 ◦ blue 222

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

Shades of Orchid #DD83DE

Tints of Orchid #DD83DE

RGB

 RED value IS 221 (86.72% from 255) = 38.5%

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

 BLUE value IS 222 (87.11% from 255) = 38.68%

R = 38.5%
G = 22.82%
B = 38.68%

CMYK

 C value IS 0.00

 M value IS 0.41

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DD83DE (or 0xDD83DE) is known color: Orchid. HEX triplet: DD, 83 and DE. RGB value is (221,131,222). Sum of RGB (Red+Green+Blue) = 221+131+222=574 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.50% from 574); Green value is 131 (51.56% from 255 or 22.82% from 574); Blue value is 222 (87.11% from 255 or 38.68% from 574); Max value from RGB is 222 - color contains mainly: blue. Hex color #DD83DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD83DE is #227C21. Grayscale: #A8A8A8. Windows color (decimal): -2260002 or 14582749. OLE color: 14582749.

HSL color Cylindrical-coordinate representation of color #DD83DE: hue angle of 299.34º degrees, saturation: 0.58, 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 #DD83DE is Cyan = 0.00, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 131 222 -
CMYK 0.00 0.41 0 0.13
HSL 299.34º 0.58% 0.69% -
HSV(B) 299.34º 0.41% 0.87% -
XYZ 51.12 36.88 73.53 -
YUV 168.28 158.32 165.6 -
System Red Green Blue C M Y K H S L
Decimal 221 131 222 0.00 0.41 0 0.13 299.34 0.58 0.69
Hex DD 83 DE 0 29 0 D 12B 3A 45
Octal 335 203 336 0 51 0 15 453 72 105
Binary 11011101 10000011 11011110 0 101001 0 1101 100101011 111010 1000101

Color Harmonies of #DD83DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD83DE

Black with #DD83DE

Text Example


Text Example

White with #DD83DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD83DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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