Html Css Color HEX #DC6BD8 Orchid

📋 copy color: '#DC6BD8'

red 220 ◦ green 107 ◦ blue 216

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

Shades of Orchid #DC6BD8

Tints of Orchid #DC6BD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 39.78%

R = 40.52%
G = 19.71%
B = 39.78%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.02

 K value IS 0.14

RGB Variations

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

Color information

#DC6BD8 (or 0xDC6BD8) is known color: Orchid. HEX triplet: DC, 6B and D8. RGB value is (220,107,216). Sum of RGB (Red+Green+Blue) = 220+107+216=543 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.52% from 543); Green value is 107 (42.19% from 255 or 19.71% from 543); Blue value is 216 (84.77% from 255 or 39.78% from 543); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6BD8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC6BD8 is #239427. Grayscale: #989898. Windows color (decimal): -2331688 or 14183388. OLE color: 14183388.

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

Color convert

RGB 220 107 216 -
CMYK 0 0.51 0.02 0.14
HSL 302.12º 0.62% 0.64% -
HSV(B) 302.12º 0.51% 0.86% -
XYZ 47.17 30.69 68.4 -
YUV 153.21 163.44 175.64 -
System Red Green Blue C M Y K H S L
Decimal 220 107 216 0 0.51 0.02 0.14 302.12 0.62 0.64
Hex DC 6B D8 0 33 2 E 12E 3E 40
Octal 334 153 330 0 63 2 16 456 76 100
Binary 11011100 1101011 11011000 0 110011 10 1110 100101110 111110 1000000

Color Harmonies of #DC6BD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6BD8

Black with #DC6BD8

Text Example


Text Example

White with #DC6BD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6BD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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