Html Css Color HEX #DC6CD8 Orchid

📋 copy color: '#DC6CD8'

red 220 ◦ green 108 ◦ blue 216

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

Shades of Orchid #DC6CD8

Tints of Orchid #DC6CD8

RGB

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

 GREEN value IS 108 (42.58% from 255) = 19.85%

 BLUE value IS 216 (84.77% from 255) = 39.71%

R = 40.44%
G = 19.85%
B = 39.71%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.02

 K value IS 0.14

RGB Variations

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

Color information

#DC6CD8 (or 0xDC6CD8) is known color: Orchid. HEX triplet: DC, 6C and D8. RGB value is (220,108,216). Sum of RGB (Red+Green+Blue) = 220+108+216=544 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.44% from 544); Green value is 108 (42.58% from 255 or 19.85% from 544); Blue value is 216 (84.77% from 255 or 39.71% from 544); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6CD8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC6CD8 is #239327. Grayscale: #999999. Windows color (decimal): -2331432 or 14183644. OLE color: 14183644.

HSL color Cylindrical-coordinate representation of color #DC6CD8: hue angle of 302.14º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DC6CD8 is Cyan = 0, Magento = 0.51, Yellow = 0.02 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 108 216 -
CMYK 0 0.51 0.02 0.14
HSL 302.14º 0.62% 0.64% -
HSV(B) 302.14º 0.51% 0.86% -
XYZ 47.27 30.9 68.44 -
YUV 153.8 163.11 175.22 -
System Red Green Blue C M Y K H S L
Decimal 220 108 216 0 0.51 0.02 0.14 302.14 0.62 0.64
Hex DC 6C D8 0 33 2 E 12E 3E 40
Octal 334 154 330 0 63 2 16 456 76 100
Binary 11011100 1101100 11011000 0 110011 10 1110 100101110 111110 1000000

Color Harmonies of #DC6CD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6CD8

Black with #DC6CD8

Text Example


Text Example

White with #DC6CD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6CD8; }

 p { color: rgb(220,108,216); }

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

background-color css

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

 a { background-color: rgb(220,108,216); }

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

border-color css

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

 span { border-color: rgb(220,108,216); }

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