Html Css Color HEX #DC7FC4 Orchid

📋 copy color: '#DC7FC4'

red 220 ◦ green 127 ◦ blue 196

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

Shades of Orchid #DC7FC4

Tints of Orchid #DC7FC4

RGB

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

 GREEN value IS 127 (50% from 255) = 23.39%

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

R = 40.52%
G = 23.39%
B = 36.1%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.11

 K value IS 0.14

RGB Variations

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

Color information

#DC7FC4 (or 0xDC7FC4) is known color: Orchid. HEX triplet: DC, 7F and C4. RGB value is (220,127,196). Sum of RGB (Red+Green+Blue) = 220+127+196=543 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.52% from 543); Green value is 127 (50% from 255 or 23.39% from 543); Blue value is 196 (76.95% from 255 or 36.10% from 543); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7FC4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC7FC4 is #23803B. Grayscale: #A2A2A2. Windows color (decimal): -2326588 or 12877788. OLE color: 12877788.

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

Color convert

RGB 220 127 196 -
CMYK 0 0.42 0.11 0.14
HSL 315.48º 0.57% 0.68% -
HSV(B) 315.48º 0.42% 0.86% -
XYZ 47.07 34.38 56.38 -
YUV 162.67 146.81 168.89 -
System Red Green Blue C M Y K H S L
Decimal 220 127 196 0 0.42 0.11 0.14 315.48 0.57 0.68
Hex DC 7F C4 0 2A B E 13B 39 44
Octal 334 177 304 0 52 13 16 473 71 104
Binary 11011100 1111111 11000100 0 101010 1011 1110 100111011 111001 1000100

Color Harmonies of #DC7FC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7FC4

Black with #DC7FC4

Text Example


Text Example

White with #DC7FC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7FC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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