Html Css Color HEX #DC7CC4 Orchid

📋 copy color: '#DC7CC4'

red 220 ◦ green 124 ◦ blue 196

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

Shades of Orchid #DC7CC4

Tints of Orchid #DC7CC4

RGB

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

 GREEN value IS 124 (48.83% from 255) = 22.96%

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

R = 40.74%
G = 22.96%
B = 36.3%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.11

 K value IS 0.14

RGB Variations

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

Color information

#DC7CC4 (or 0xDC7CC4) is known color: Orchid. HEX triplet: DC, 7C and C4. RGB value is (220,124,196). Sum of RGB (Red+Green+Blue) = 220+124+196=540 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.74% from 540); Green value is 124 (48.83% from 255 or 22.96% from 540); Blue value is 196 (76.95% from 255 or 36.30% from 540); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7CC4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC7CC4 is #23833B. Grayscale: #A0A0A0. Windows color (decimal): -2327356 or 12877020. OLE color: 12877020.

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

Color convert

RGB 220 124 196 -
CMYK 0 0.44 0.11 0.14
HSL 315º 0.58% 0.67% -
HSV(B) 315º 0.44% 0.86% -
XYZ 46.69 33.62 56.25 -
YUV 160.91 147.8 170.15 -
System Red Green Blue C M Y K H S L
Decimal 220 124 196 0 0.44 0.11 0.14 315 0.58 0.67
Hex DC 7C C4 0 2C B E 13B 3A 43
Octal 334 174 304 0 54 13 16 473 72 103
Binary 11011100 1111100 11000100 0 101100 1011 1110 100111011 111010 1000011

Color Harmonies of #DC7CC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7CC4

Black with #DC7CC4

Text Example


Text Example

White with #DC7CC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7CC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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