Html Css Color HEX #DD85DC Orchid

📋 copy color: '#DD85DC'

red 221 ◦ green 133 ◦ blue 220

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

Shades of Orchid #DD85DC

Tints of Orchid #DD85DC

RGB

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

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

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

R = 38.5%
G = 23.17%
B = 38.33%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.00

 K value IS 0.13

RGB Variations

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

Color information

#DD85DC (or 0xDD85DC) is known color: Orchid. HEX triplet: DD, 85 and DC. RGB value is (221,133,220). Sum of RGB (Red+Green+Blue) = 221+133+220=574 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.50% from 574); Green value is 133 (52.34% from 255 or 23.17% from 574); Blue value is 220 (86.33% from 255 or 38.33% from 574); Max value from RGB is 221 - color contains mainly: red. Hex color #DD85DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD85DC is #227A23. Grayscale: #A8A8A8. Windows color (decimal): -2259492 or 14452189. OLE color: 14452189.

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

Color convert

RGB 221 133 220 -
CMYK 0 0.40 0.00 0.13
HSL 300.68º 0.56% 0.69% -
HSV(B) 300.68º 0.4% 0.87% -
XYZ 51.12 37.31 72.22 -
YUV 169.23 156.65 164.93 -
System Red Green Blue C M Y K H S L
Decimal 221 133 220 0 0.40 0.00 0.13 300.68 0.56 0.69
Hex DD 85 DC 0 28 0 D 12D 38 45
Octal 335 205 334 0 50 0 15 455 70 105
Binary 11011101 10000101 11011100 0 101000 0 1101 100101101 111000 1000101

Color Harmonies of #DD85DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD85DC

Black with #DD85DC

Text Example


Text Example

White with #DD85DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD85DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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