Html Css Color HEX #DC6FC8 Orchid

📋 copy color: '#DC6FC8'

red 220 ◦ green 111 ◦ blue 200

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

Shades of Orchid #DC6FC8

Tints of Orchid #DC6FC8

RGB

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

 GREEN value IS 111 (43.75% from 255) = 20.9%

 BLUE value IS 200 (78.52% from 255) = 37.66%

R = 41.43%
G = 20.9%
B = 37.66%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.09

 K value IS 0.14

RGB Variations

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

Color information

#DC6FC8 (or 0xDC6FC8) is known color: Orchid. HEX triplet: DC, 6F and C8. RGB value is (220,111,200). Sum of RGB (Red+Green+Blue) = 220+111+200=531 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.43% from 531); Green value is 111 (43.75% from 255 or 20.90% from 531); Blue value is 200 (78.52% from 255 or 37.66% from 531); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6FC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC6FC8 is #239037. Grayscale: #999999. Windows color (decimal): -2330680 or 13135836. OLE color: 13135836.

HSL color Cylindrical-coordinate representation of color #DC6FC8: hue angle of 311.01º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DC6FC8 is Cyan = 0, Magento = 0.50, Yellow = 0.09 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 111 200 -
CMYK 0 0.50 0.09 0.14
HSL 311.01º 0.61% 0.65% -
HSV(B) 311.01º 0.5% 0.86% -
XYZ 45.62 30.75 58.18 -
YUV 153.74 154.11 175.26 -
System Red Green Blue C M Y K H S L
Decimal 220 111 200 0 0.50 0.09 0.14 311.01 0.61 0.65
Hex DC 6F C8 0 32 9 E 137 3D 41
Octal 334 157 310 0 62 11 16 467 75 101
Binary 11011100 1101111 11001000 0 110010 1001 1110 100110111 111101 1000001

Color Harmonies of #DC6FC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6FC8

Black with #DC6FC8

Text Example


Text Example

White with #DC6FC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6FC8; }

 p { color: rgb(220,111,200); }

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

background-color css

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

 a { background-color: rgb(220,111,200); }

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

border-color css

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

 span { border-color: rgb(220,111,200); }

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