Html Css Color HEX #DC6CD1 Orchid

📋 copy color: '#DC6CD1'

red 220 ◦ green 108 ◦ blue 209

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

Shades of Orchid #DC6CD1

Tints of Orchid #DC6CD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 38.92%

R = 40.97%
G = 20.11%
B = 38.92%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.05

 K value IS 0.14

RGB Variations

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

Color information

#DC6CD1 (or 0xDC6CD1) is known color: Orchid. HEX triplet: DC, 6C and D1. RGB value is (220,108,209). Sum of RGB (Red+Green+Blue) = 220+108+209=537 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.97% from 537); Green value is 108 (42.58% from 255 or 20.11% from 537); Blue value is 209 (82.03% from 255 or 38.92% from 537); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6CD1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC6CD1 is #23932E. Grayscale: #989898. Windows color (decimal): -2331439 or 13724892. OLE color: 13724892.

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

Color convert

RGB 220 108 209 -
CMYK 0 0.51 0.05 0.14
HSL 305.89º 0.62% 0.64% -
HSV(B) 305.89º 0.51% 0.86% -
XYZ 46.39 30.54 63.77 -
YUV 153 159.61 175.79 -
System Red Green Blue C M Y K H S L
Decimal 220 108 209 0 0.51 0.05 0.14 305.89 0.62 0.64
Hex DC 6C D1 0 33 5 E 132 3E 40
Octal 334 154 321 0 63 5 16 462 76 100
Binary 11011100 1101100 11010001 0 110011 101 1110 100110010 111110 1000000

Color Harmonies of #DC6CD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6CD1

Black with #DC6CD1

Text Example


Text Example

White with #DC6CD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6CD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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