Html Css Color HEX #DC7CC2 Orchid

📋 copy color: '#DC7CC2'

red 220 ◦ green 124 ◦ blue 194

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

Shades of Orchid #DC7CC2

Tints of Orchid #DC7CC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 36.06%

R = 40.89%
G = 23.05%
B = 36.06%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.12

 K value IS 0.14

RGB Variations

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

Color information

#DC7CC2 (or 0xDC7CC2) is known color: Orchid. HEX triplet: DC, 7C and C2. RGB value is (220,124,194). Sum of RGB (Red+Green+Blue) = 220+124+194=538 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.89% from 538); Green value is 124 (48.83% from 255 or 23.05% from 538); Blue value is 194 (76.17% from 255 or 36.06% from 538); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7CC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC7CC2 is #23833D. Grayscale: #A0A0A0. Windows color (decimal): -2327358 or 12745948. OLE color: 12745948.

HSL color Cylindrical-coordinate representation of color #DC7CC2: hue angle of 316.25º 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 #DC7CC2 is Cyan = 0, Magento = 0.44, Yellow = 0.12 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 124 194 -
CMYK 0 0.44 0.12 0.14
HSL 316.25º 0.58% 0.67% -
HSV(B) 316.25º 0.44% 0.86% -
XYZ 46.46 33.53 55.06 -
YUV 160.68 146.8 170.31 -
System Red Green Blue C M Y K H S L
Decimal 220 124 194 0 0.44 0.12 0.14 316.25 0.58 0.67
Hex DC 7C C2 0 2C C E 13C 3A 43
Octal 334 174 302 0 54 14 16 474 72 103
Binary 11011100 1111100 11000010 0 101100 1100 1110 100111100 111010 1000011

Color Harmonies of #DC7CC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7CC2

Black with #DC7CC2

Text Example


Text Example

White with #DC7CC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7CC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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