Html Css Color HEX #DC80CF Orchid

📋 copy color: '#DC80CF'

red 220 ◦ green 128 ◦ blue 207

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

Shades of Orchid #DC80CF

Tints of Orchid #DC80CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 37.3%

R = 39.64%
G = 23.06%
B = 37.3%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.06

 K value IS 0.14

RGB Variations

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

Color information

#DC80CF (or 0xDC80CF) is known color: Orchid. HEX triplet: DC, 80 and CF. RGB value is (220,128,207). Sum of RGB (Red+Green+Blue) = 220+128+207=555 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.64% from 555); Green value is 128 (50.39% from 255 or 23.06% from 555); Blue value is 207 (81.25% from 255 or 37.30% from 555); Max value from RGB is 220 - color contains mainly: red. Hex color #DC80CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC80CF is #237F30. Grayscale: #A4A4A4. Windows color (decimal): -2326321 or 13598940. OLE color: 13598940.

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

Color convert

RGB 220 128 207 -
CMYK 0 0.42 0.06 0.14
HSL 308.48º 0.57% 0.68% -
HSV(B) 308.48º 0.42% 0.86% -
XYZ 48.5 35.16 63.26 -
YUV 164.51 151.98 167.58 -
System Red Green Blue C M Y K H S L
Decimal 220 128 207 0 0.42 0.06 0.14 308.48 0.57 0.68
Hex DC 80 CF 0 2A 6 E 134 39 44
Octal 334 200 317 0 52 6 16 464 71 104
Binary 11011100 10000000 11001111 0 101010 110 1110 100110100 111001 1000100

Color Harmonies of #DC80CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC80CF

Black with #DC80CF

Text Example


Text Example

White with #DC80CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC80CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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