Html Css Color HEX #DC6ACD Orchid

📋 copy color: '#DC6ACD'

red 220 ◦ green 106 ◦ blue 205

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

Shades of Orchid #DC6ACD

Tints of Orchid #DC6ACD

RGB

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

 GREEN value IS 106 (41.8% from 255) = 19.96%

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

R = 41.43%
G = 19.96%
B = 38.61%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.07

 K value IS 0.14

RGB Variations

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

Color information

#DC6ACD (or 0xDC6ACD) is known color: Orchid. HEX triplet: DC, 6A and CD. RGB value is (220,106,205). Sum of RGB (Red+Green+Blue) = 220+106+205=531 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.43% from 531); Green value is 106 (41.80% from 255 or 19.96% from 531); Blue value is 205 (80.47% from 255 or 38.61% from 531); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6ACD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC6ACD is #239532. Grayscale: #979797. Windows color (decimal): -2331955 or 13462236. OLE color: 13462236.

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

Color convert

RGB 220 106 205 -
CMYK 0 0.52 0.07 0.14
HSL 307.89º 0.62% 0.64% -
HSV(B) 307.89º 0.52% 0.86% -
XYZ 45.69 29.93 61.13 -
YUV 151.37 158.27 176.95 -
System Red Green Blue C M Y K H S L
Decimal 220 106 205 0 0.52 0.07 0.14 307.89 0.62 0.64
Hex DC 6A CD 0 34 7 E 134 3E 40
Octal 334 152 315 0 64 7 16 464 76 100
Binary 11011100 1101010 11001101 0 110100 111 1110 100110100 111110 1000000

Color Harmonies of #DC6ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6ACD

Black with #DC6ACD

Text Example


Text Example

White with #DC6ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6ACD; }

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

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

background-color css

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

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

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

border-color css

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

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

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