Html Css Color HEX #DC80C4 Orchid

📋 copy color: '#DC80C4'

red 220 ◦ green 128 ◦ blue 196

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

Shades of Orchid #DC80C4

Tints of Orchid #DC80C4

RGB

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

 GREEN value IS 128 (50.39% from 255) = 23.53%

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

R = 40.44%
G = 23.53%
B = 36.03%

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

#DC80C4 (or 0xDC80C4) is known color: Orchid. HEX triplet: DC, 80 and C4. RGB value is (220,128,196). Sum of RGB (Red+Green+Blue) = 220+128+196=544 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.44% from 544); Green value is 128 (50.39% from 255 or 23.53% from 544); Blue value is 196 (76.95% from 255 or 36.03% from 544); Max value from RGB is 220 - color contains mainly: red. Hex color #DC80C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC80C4 is #237F3B. Grayscale: #A3A3A3. Windows color (decimal): -2326332 or 12878044. OLE color: 12878044.

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

Color convert

RGB 220 128 196 -
CMYK 0 0.42 0.11 0.14
HSL 315.65º 0.57% 0.68% -
HSV(B) 315.65º 0.42% 0.86% -
XYZ 47.2 34.64 56.42 -
YUV 163.26 146.48 168.47 -
System Red Green Blue C M Y K H S L
Decimal 220 128 196 0 0.42 0.11 0.14 315.65 0.57 0.68
Hex DC 80 C4 0 2A B E 13C 39 44
Octal 334 200 304 0 52 13 16 474 71 104
Binary 11011100 10000000 11000100 0 101010 1011 1110 100111100 111001 1000100

Color Harmonies of #DC80C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC80C4

Black with #DC80C4

Text Example


Text Example

White with #DC80C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC80C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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