Html Css Color HEX #DD85CD Orchid

📋 copy color: '#DD85CD'

red 221 ◦ green 133 ◦ blue 205

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

Shades of Orchid #DD85CD

Tints of Orchid #DD85CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 36.67%

R = 39.53%
G = 23.79%
B = 36.67%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#DD85CD (or 0xDD85CD) is known color: Orchid. HEX triplet: DD, 85 and CD. RGB value is (221,133,205). Sum of RGB (Red+Green+Blue) = 221+133+205=559 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.53% from 559); Green value is 133 (52.34% from 255 or 23.79% from 559); Blue value is 205 (80.47% from 255 or 36.67% from 559); Max value from RGB is 221 - color contains mainly: red. Hex color #DD85CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD85CD is #227A32. Grayscale: #A7A7A7. Windows color (decimal): -2259507 or 13469149. OLE color: 13469149.

HSL color Cylindrical-coordinate representation of color #DD85CD: hue angle of 310.91º 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 #DD85CD is Cyan = 0, Magento = 0.40, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 133 205 -
CMYK 0 0.40 0.07 0.13
HSL 310.91º 0.56% 0.69% -
HSV(B) 310.91º 0.4% 0.87% -
XYZ 49.23 36.55 62.22 -
YUV 167.52 149.15 166.15 -
System Red Green Blue C M Y K H S L
Decimal 221 133 205 0 0.40 0.07 0.13 310.91 0.56 0.69
Hex DD 85 CD 0 28 7 D 137 38 45
Octal 335 205 315 0 50 7 15 467 70 105
Binary 11011101 10000101 11001101 0 101000 111 1101 100110111 111000 1000101

Color Harmonies of #DD85CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD85CD

Black with #DD85CD

Text Example


Text Example

White with #DD85CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD85CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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