Html Css Color HEX #DD85DE Orchid

📋 copy color: '#DD85DE'

red 221 ◦ green 133 ◦ blue 222

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

Shades of Orchid #DD85DE

Tints of Orchid #DD85DE

RGB

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

 GREEN value IS 133 (52.34% from 255) = 23.09%

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

R = 38.37%
G = 23.09%
B = 38.54%

CMYK

 C value IS 0.00

 M value IS 0.40

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DD85DE (or 0xDD85DE) is known color: Orchid. HEX triplet: DD, 85 and DE. RGB value is (221,133,222). Sum of RGB (Red+Green+Blue) = 221+133+222=576 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.37% from 576); Green value is 133 (52.34% from 255 or 23.09% from 576); Blue value is 222 (87.11% from 255 or 38.54% from 576); Max value from RGB is 222 - color contains mainly: blue. Hex color #DD85DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD85DE is #227A21. Grayscale: #A9A9A9. Windows color (decimal): -2259490 or 14583261. OLE color: 14583261.

HSL color Cylindrical-coordinate representation of color #DD85DE: hue angle of 299.33º degrees, saturation: 0.57, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DD85DE is Cyan = 0.00, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 133 222 -
CMYK 0.00 0.40 0 0.13
HSL 299.33º 0.57% 0.7% -
HSV(B) 299.33º 0.4% 0.87% -
XYZ 51.39 37.42 73.62 -
YUV 169.46 157.65 164.76 -
System Red Green Blue C M Y K H S L
Decimal 221 133 222 0.00 0.40 0 0.13 299.33 0.57 0.7
Hex DD 85 DE 0 28 0 D 12B 39 46
Octal 335 205 336 0 50 0 15 453 71 106
Binary 11011101 10000101 11011110 0 101000 0 1101 100101011 111001 1000110

Color Harmonies of #DD85DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD85DE

Black with #DD85DE

Text Example


Text Example

White with #DD85DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD85DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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