Html Css Color HEX #DD8ACF Orchid

📋 copy color: '#DD8ACF'

red 221 ◦ green 138 ◦ blue 207

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

Shades of Orchid #DD8ACF

Tints of Orchid #DD8ACF

RGB

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

 GREEN value IS 138 (54.3% from 255) = 24.38%

 BLUE value IS 207 (81.25% from 255) = 36.57%

R = 39.05%
G = 24.38%
B = 36.57%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.06

 K value IS 0.13

RGB Variations

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

Color information

#DD8ACF (or 0xDD8ACF) is known color: Orchid. HEX triplet: DD, 8A and CF. RGB value is (221,138,207). Sum of RGB (Red+Green+Blue) = 221+138+207=566 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.05% from 566); Green value is 138 (54.30% from 255 or 24.38% from 566); Blue value is 207 (81.25% from 255 or 36.57% from 566); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8ACF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD8ACF is #227530. Grayscale: #AAAAAA. Windows color (decimal): -2258225 or 13601501. OLE color: 13601501.

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

Color convert

RGB 221 138 207 -
CMYK 0 0.38 0.06 0.13
HSL 310.12º 0.55% 0.7% -
HSV(B) 310.12º 0.38% 0.87% -
XYZ 50.17 38.05 63.73 -
YUV 170.68 148.5 163.89 -
System Red Green Blue C M Y K H S L
Decimal 221 138 207 0 0.38 0.06 0.13 310.12 0.55 0.7
Hex DD 8A CF 0 26 6 D 136 37 46
Octal 335 212 317 0 46 6 15 466 67 106
Binary 11011101 10001010 11001111 0 100110 110 1101 100110110 110111 1000110

Color Harmonies of #DD8ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8ACF

Black with #DD8ACF

Text Example


Text Example

White with #DD8ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8ACF; }

 p { color: rgb(221,138,207); }

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

background-color css

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

 a { background-color: rgb(221,138,207); }

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

border-color css

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

 span { border-color: rgb(221,138,207); }

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