Html Css Color HEX #DC6DCD Orchid

📋 copy color: '#DC6DCD'

red 220 ◦ green 109 ◦ blue 205

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

Shades of Orchid #DC6DCD

Tints of Orchid #DC6DCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 38.39%

R = 41.2%
G = 20.41%
B = 38.39%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.07

 K value IS 0.14

RGB Variations

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

Color information

#DC6DCD (or 0xDC6DCD) is known color: Orchid. HEX triplet: DC, 6D and CD. RGB value is (220,109,205). Sum of RGB (Red+Green+Blue) = 220+109+205=534 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.20% from 534); Green value is 109 (42.97% from 255 or 20.41% from 534); Blue value is 205 (80.47% from 255 or 38.39% from 534); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6DCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC6DCD is #239232. Grayscale: #989898. Windows color (decimal): -2331187 or 13463004. OLE color: 13463004.

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

Color convert

RGB 220 109 205 -
CMYK 0 0.50 0.07 0.14
HSL 308.11º 0.61% 0.65% -
HSV(B) 308.11º 0.5% 0.86% -
XYZ 46 30.56 61.23 -
YUV 153.13 157.27 175.69 -
System Red Green Blue C M Y K H S L
Decimal 220 109 205 0 0.50 0.07 0.14 308.11 0.61 0.65
Hex DC 6D CD 0 32 7 E 134 3D 41
Octal 334 155 315 0 62 7 16 464 75 101
Binary 11011100 1101101 11001101 0 110010 111 1110 100110100 111101 1000001

Color Harmonies of #DC6DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6DCD

Black with #DC6DCD

Text Example


Text Example

White with #DC6DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6DCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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