Html Css Color HEX #DC6BD0 Orchid

📋 copy color: '#DC6BD0'

red 220 ◦ green 107 ◦ blue 208

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

Shades of Orchid #DC6BD0

Tints of Orchid #DC6BD0

RGB

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

 GREEN value IS 107 (42.19% from 255) = 20%

 BLUE value IS 208 (81.64% from 255) = 38.88%

R = 41.12%
G = 20%
B = 38.88%

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

#DC6BD0 (or 0xDC6BD0) is known color: Orchid. HEX triplet: DC, 6B and D0. RGB value is (220,107,208). Sum of RGB (Red+Green+Blue) = 220+107+208=535 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.12% from 535); Green value is 107 (42.19% from 255 or 20% from 535); Blue value is 208 (81.64% from 255 or 38.88% from 535); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6BD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC6BD0 is #23942F. Grayscale: #989898. Windows color (decimal): -2331696 or 13659100. OLE color: 13659100.

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

Color convert

RGB 220 107 208 -
CMYK 0 0.51 0.05 0.14
HSL 306.37º 0.62% 0.64% -
HSV(B) 306.37º 0.51% 0.86% -
XYZ 46.16 30.29 63.09 -
YUV 152.3 159.44 176.29 -
System Red Green Blue C M Y K H S L
Decimal 220 107 208 0 0.51 0.05 0.14 306.37 0.62 0.64
Hex DC 6B D0 0 33 5 E 132 3E 40
Octal 334 153 320 0 63 5 16 462 76 100
Binary 11011100 1101011 11010000 0 110011 101 1110 100110010 111110 1000000

Color Harmonies of #DC6BD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6BD0

Black with #DC6BD0

Text Example


Text Example

White with #DC6BD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6BD0; }

 p { color: rgb(220,107,208); }

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

background-color css

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

 a { background-color: rgb(220,107,208); }

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

border-color css

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

 span { border-color: rgb(220,107,208); }

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