Html Css Color HEX #DC7ADF Orchid

📋 copy color: '#DC7ADF'

red 220 ◦ green 122 ◦ blue 223

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

Shades of Orchid #DC7ADF

Tints of Orchid #DC7ADF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 39.47%

R = 38.94%
G = 21.59%
B = 39.47%

CMYK

 C value IS 0.01

 M value IS 0.45

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DC7ADF (or 0xDC7ADF) is known color: Orchid. HEX triplet: DC, 7A and DF. RGB value is (220,122,223). Sum of RGB (Red+Green+Blue) = 220+122+223=565 (74% of max value = 765). Red value is 220 (86.33% from 255 or 38.94% from 565); Green value is 122 (48.05% from 255 or 21.59% from 565); Blue value is 223 (87.5% from 255 or 39.47% from 565); Max value from RGB is 223 - color contains mainly: blue. Hex color #DC7ADF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC7ADF is #238520. Grayscale: #A2A2A2. Windows color (decimal): -2327841 or 14645980. OLE color: 14645980.

HSL color Cylindrical-coordinate representation of color #DC7ADF: hue angle of 298.22º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DC7ADF is Cyan = 0.01, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 220 122 223 -
CMYK 0.01 0.45 0 0.13
HSL 298.22º 0.61% 0.68% -
HSV(B) 298.22º 0.45% 0.87% -
XYZ 49.79 34.46 73.84 -
YUV 162.82 161.97 168.79 -
System Red Green Blue C M Y K H S L
Decimal 220 122 223 0.01 0.45 0 0.13 298.22 0.61 0.68
Hex DC 7A DF 1 2D 0 D 12A 3D 44
Octal 334 172 337 1 55 0 15 452 75 104
Binary 11011100 1111010 11011111 1 101101 0 1101 100101010 111101 1000100

Color Harmonies of #DC7ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7ADF

Black with #DC7ADF

Text Example


Text Example

White with #DC7ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7ADF; }

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

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

background-color css

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

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

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

border-color css

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

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

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