Html Css Color HEX #DC6DC9 Orchid

📋 copy color: '#DC6DC9'

red 220 ◦ green 109 ◦ blue 201

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

Shades of Orchid #DC6DC9

Tints of Orchid #DC6DC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 37.92%

R = 41.51%
G = 20.57%
B = 37.92%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.09

 K value IS 0.14

RGB Variations

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

Color information

#DC6DC9 (or 0xDC6DC9) is known color: Orchid. HEX triplet: DC, 6D and C9. RGB value is (220,109,201). Sum of RGB (Red+Green+Blue) = 220+109+201=530 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.51% from 530); Green value is 109 (42.97% from 255 or 20.57% from 530); Blue value is 201 (78.91% from 255 or 37.92% from 530); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6DC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC6DC9 is #239236. Grayscale: #989898. Windows color (decimal): -2331191 or 13200860. OLE color: 13200860.

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

Color convert

RGB 220 109 201 -
CMYK 0 0.50 0.09 0.14
HSL 310.27º 0.61% 0.65% -
HSV(B) 310.27º 0.5% 0.86% -
XYZ 45.53 30.37 58.72 -
YUV 152.68 155.27 176.02 -
System Red Green Blue C M Y K H S L
Decimal 220 109 201 0 0.50 0.09 0.14 310.27 0.61 0.65
Hex DC 6D C9 0 32 9 E 136 3D 41
Octal 334 155 311 0 62 11 16 466 75 101
Binary 11011100 1101101 11001001 0 110010 1001 1110 100110110 111101 1000001

Color Harmonies of #DC6DC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6DC9

Black with #DC6DC9

Text Example


Text Example

White with #DC6DC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6DC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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