Html Css Color HEX #DC8ACF Orchid

📋 copy color: '#DC8ACF'

red 220 ◦ green 138 ◦ blue 207

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

Shades of Orchid #DC8ACF

Tints of Orchid #DC8ACF

RGB

 RED value IS 220 (86.33% from 255) = 38.94%

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

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

R = 38.94%
G = 24.42%
B = 36.64%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.06

 K value IS 0.14

RGB Variations

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

Color information

#DC8ACF (or 0xDC8ACF) is known color: Orchid. HEX triplet: DC, 8A and CF. RGB value is (220,138,207). Sum of RGB (Red+Green+Blue) = 220+138+207=565 (74% of max value = 765). Red value is 220 (86.33% from 255 or 38.94% from 565); Green value is 138 (54.30% from 255 or 24.42% from 565); Blue value is 207 (81.25% from 255 or 36.64% from 565); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8ACF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC8ACF is #237530. Grayscale: #AAAAAA. Windows color (decimal): -2323761 or 13601500. OLE color: 13601500.

HSL color Cylindrical-coordinate representation of color #DC8ACF: hue angle of 309.51º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DC8ACF is Cyan = 0, Magento = 0.37, Yellow = 0.06 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 138 207 -
CMYK 0 0.37 0.06 0.14
HSL 309.51º 0.54% 0.7% -
HSV(B) 309.51º 0.37% 0.86% -
XYZ 49.87 37.9 63.72 -
YUV 170.38 148.67 163.39 -
System Red Green Blue C M Y K H S L
Decimal 220 138 207 0 0.37 0.06 0.14 309.51 0.54 0.7
Hex DC 8A CF 0 25 6 E 136 36 46
Octal 334 212 317 0 45 6 16 466 66 106
Binary 11011100 10001010 11001111 0 100101 110 1110 100110110 110110 1000110

Color Harmonies of #DC8ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8ACF

Black with #DC8ACF

Text Example


Text Example

White with #DC8ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8ACF; }

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

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

background-color css

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

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

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

border-color css

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

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

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