Html Css Color HEX #DC7ACF Orchid

📋 copy color: '#DC7ACF'

red 220 ◦ green 122 ◦ blue 207

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

Shades of Orchid #DC7ACF

Tints of Orchid #DC7ACF

RGB

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

 GREEN value IS 122 (48.05% from 255) = 22.22%

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

R = 40.07%
G = 22.22%
B = 37.7%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.06

 K value IS 0.14

RGB Variations

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

Color information

#DC7ACF (or 0xDC7ACF) is known color: Orchid. HEX triplet: DC, 7A and CF. RGB value is (220,122,207). Sum of RGB (Red+Green+Blue) = 220+122+207=549 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.07% from 549); Green value is 122 (48.05% from 255 or 22.22% from 549); Blue value is 207 (81.25% from 255 or 37.70% from 549); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7ACF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC7ACF is #238530. Grayscale: #A0A0A0. Windows color (decimal): -2327857 or 13597404. OLE color: 13597404.

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

Color convert

RGB 220 122 207 -
CMYK 0 0.45 0.06 0.14
HSL 307.96º 0.58% 0.67% -
HSV(B) 307.96º 0.45% 0.86% -
XYZ 47.74 33.64 63.01 -
YUV 160.99 153.97 170.09 -
System Red Green Blue C M Y K H S L
Decimal 220 122 207 0 0.45 0.06 0.14 307.96 0.58 0.67
Hex DC 7A CF 0 2D 6 E 134 3A 43
Octal 334 172 317 0 55 6 16 464 72 103
Binary 11011100 1111010 11001111 0 101101 110 1110 100110100 111010 1000011

Color Harmonies of #DC7ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7ACF

Black with #DC7ACF

Text Example


Text Example

White with #DC7ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7ACF; }

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

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

background-color css

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

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

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

border-color css

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

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

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