Html Css Color HEX #DD86CC Orchid

📋 copy color: '#DD86CC'

red 221 ◦ green 134 ◦ blue 204

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

Shades of Orchid #DD86CC

Tints of Orchid #DD86CC

RGB

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

 GREEN value IS 134 (52.73% from 255) = 23.97%

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

R = 39.53%
G = 23.97%
B = 36.49%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#DD86CC (or 0xDD86CC) is known color: Orchid. HEX triplet: DD, 86 and CC. RGB value is (221,134,204). Sum of RGB (Red+Green+Blue) = 221+134+204=559 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.53% from 559); Green value is 134 (52.73% from 255 or 23.97% from 559); Blue value is 204 (80.08% from 255 or 36.49% from 559); Max value from RGB is 221 - color contains mainly: red. Hex color #DD86CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD86CC is #227933. Grayscale: #A7A7A7. Windows color (decimal): -2259252 or 13403869. OLE color: 13403869.

HSL color Cylindrical-coordinate representation of color #DD86CC: hue angle of 311.72º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DD86CC is Cyan = 0, Magento = 0.39, Yellow = 0.08 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 134 204 -
CMYK 0 0.39 0.08 0.13
HSL 311.72º 0.56% 0.7% -
HSV(B) 311.72º 0.39% 0.87% -
XYZ 49.24 36.78 61.63 -
YUV 167.99 148.32 165.81 -
System Red Green Blue C M Y K H S L
Decimal 221 134 204 0 0.39 0.08 0.13 311.72 0.56 0.7
Hex DD 86 CC 0 27 8 D 138 38 46
Octal 335 206 314 0 47 10 15 470 70 106
Binary 11011101 10000110 11001100 0 100111 1000 1101 100111000 111000 1000110

Color Harmonies of #DD86CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD86CC

Black with #DD86CC

Text Example


Text Example

White with #DD86CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD86CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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