Html Css Color HEX #DC6DCA Orchid

📋 copy color: '#DC6DCA'

red 220 ◦ green 109 ◦ blue 202

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

Shades of Orchid #DC6DCA

Tints of Orchid #DC6DCA

RGB

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

 GREEN value IS 109 (42.97% from 255) = 20.53%

 BLUE value IS 202 (79.3% from 255) = 38.04%

R = 41.43%
G = 20.53%
B = 38.04%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.08

 K value IS 0.14

RGB Variations

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

Color information

#DC6DCA (or 0xDC6DCA) is known color: Orchid. HEX triplet: DC, 6D and CA. RGB value is (220,109,202). Sum of RGB (Red+Green+Blue) = 220+109+202=531 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.43% from 531); Green value is 109 (42.97% from 255 or 20.53% from 531); Blue value is 202 (79.30% from 255 or 38.04% from 531); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6DCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC6DCA is #239235. Grayscale: #989898. Windows color (decimal): -2331190 or 13266396. OLE color: 13266396.

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

Color convert

RGB 220 109 202 -
CMYK 0 0.50 0.08 0.14
HSL 309.73º 0.61% 0.65% -
HSV(B) 309.73º 0.5% 0.86% -
XYZ 45.64 30.42 59.34 -
YUV 152.79 155.77 175.94 -
System Red Green Blue C M Y K H S L
Decimal 220 109 202 0 0.50 0.08 0.14 309.73 0.61 0.65
Hex DC 6D CA 0 32 8 E 136 3D 41
Octal 334 155 312 0 62 10 16 466 75 101
Binary 11011100 1101101 11001010 0 110010 1000 1110 100110110 111101 1000001

Color Harmonies of #DC6DCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6DCA

Black with #DC6DCA

Text Example


Text Example

White with #DC6DCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6DCA; }

 p { color: rgb(220,109,202); }

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

background-color css

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

 a { background-color: rgb(220,109,202); }

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

border-color css

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

 span { border-color: rgb(220,109,202); }

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