Html Css Color HEX #DD85CC Orchid

📋 copy color: '#DD85CC'

red 221 ◦ green 133 ◦ blue 204

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

Shades of Orchid #DD85CC

Tints of Orchid #DD85CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 36.56%

R = 39.61%
G = 23.84%
B = 36.56%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#DD85CC (or 0xDD85CC) is known color: Orchid. HEX triplet: DD, 85 and CC. RGB value is (221,133,204). Sum of RGB (Red+Green+Blue) = 221+133+204=558 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.61% from 558); Green value is 133 (52.34% from 255 or 23.84% from 558); Blue value is 204 (80.08% from 255 or 36.56% from 558); Max value from RGB is 221 - color contains mainly: red. Hex color #DD85CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD85CC is #227A33. Grayscale: #A7A7A7. Windows color (decimal): -2259508 or 13403613. OLE color: 13403613.

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

Color convert

RGB 221 133 204 -
CMYK 0 0.40 0.08 0.13
HSL 311.59º 0.56% 0.69% -
HSV(B) 311.59º 0.4% 0.87% -
XYZ 49.11 36.51 61.59 -
YUV 167.41 148.65 166.23 -
System Red Green Blue C M Y K H S L
Decimal 221 133 204 0 0.40 0.08 0.13 311.59 0.56 0.69
Hex DD 85 CC 0 28 8 D 138 38 45
Octal 335 205 314 0 50 10 15 470 70 105
Binary 11011101 10000101 11001100 0 101000 1000 1101 100111000 111000 1000101

Color Harmonies of #DD85CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD85CC

Black with #DD85CC

Text Example


Text Example

White with #DD85CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD85CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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