Html Css Color HEX #DC7DC4 Orchid

📋 copy color: '#DC7DC4'

red 220 ◦ green 125 ◦ blue 196

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

Shades of Orchid #DC7DC4

Tints of Orchid #DC7DC4

RGB

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

 GREEN value IS 125 (49.22% from 255) = 23.11%

 BLUE value IS 196 (76.95% from 255) = 36.23%

R = 40.67%
G = 23.11%
B = 36.23%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.11

 K value IS 0.14

RGB Variations

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

Color information

#DC7DC4 (or 0xDC7DC4) is known color: Orchid. HEX triplet: DC, 7D and C4. RGB value is (220,125,196). Sum of RGB (Red+Green+Blue) = 220+125+196=541 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.67% from 541); Green value is 125 (49.22% from 255 or 23.11% from 541); Blue value is 196 (76.95% from 255 or 36.23% from 541); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7DC4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC7DC4 is #23823B. Grayscale: #A1A1A1. Windows color (decimal): -2327100 or 12877276. OLE color: 12877276.

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

Color convert

RGB 220 125 196 -
CMYK 0 0.43 0.11 0.14
HSL 315.16º 0.58% 0.68% -
HSV(B) 315.16º 0.43% 0.86% -
XYZ 46.81 33.87 56.29 -
YUV 161.5 147.47 169.73 -
System Red Green Blue C M Y K H S L
Decimal 220 125 196 0 0.43 0.11 0.14 315.16 0.58 0.68
Hex DC 7D C4 0 2B B E 13B 3A 44
Octal 334 175 304 0 53 13 16 473 72 104
Binary 11011100 1111101 11000100 0 101011 1011 1110 100111011 111010 1000100

Color Harmonies of #DC7DC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7DC4

Black with #DC7DC4

Text Example


Text Example

White with #DC7DC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7DC4; }

 p { color: rgb(220,125,196); }

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

background-color css

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

 a { background-color: rgb(220,125,196); }

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

border-color css

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

 span { border-color: rgb(220,125,196); }

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