Html Css Color HEX #DC84D6 Orchid

📋 copy color: '#DC84D6'

red 220 ◦ green 132 ◦ blue 214

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

Shades of Orchid #DC84D6

Tints of Orchid #DC84D6

RGB

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

 GREEN value IS 132 (51.95% from 255) = 23.32%

 BLUE value IS 214 (83.98% from 255) = 37.81%

R = 38.87%
G = 23.32%
B = 37.81%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.03

 K value IS 0.14

RGB Variations

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

Color information

#DC84D6 (or 0xDC84D6) is known color: Orchid. HEX triplet: DC, 84 and D6. RGB value is (220,132,214). Sum of RGB (Red+Green+Blue) = 220+132+214=566 (74% of max value = 765). Red value is 220 (86.33% from 255 or 38.87% from 566); Green value is 132 (51.95% from 255 or 23.32% from 566); Blue value is 214 (83.98% from 255 or 37.81% from 566); Max value from RGB is 220 - color contains mainly: red. Hex color #DC84D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC84D6 is #237B29. Grayscale: #A7A7A7. Windows color (decimal): -2325290 or 14058716. OLE color: 14058716.

HSL color Cylindrical-coordinate representation of color #DC84D6: hue angle of 304.09º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DC84D6 is Cyan = 0, Magento = 0.40, Yellow = 0.03 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 132 214 -
CMYK 0 0.40 0.03 0.14
HSL 304.09º 0.56% 0.69% -
HSV(B) 304.09º 0.4% 0.86% -
XYZ 49.9 36.57 68.05 -
YUV 167.66 154.15 165.33 -
System Red Green Blue C M Y K H S L
Decimal 220 132 214 0 0.40 0.03 0.14 304.09 0.56 0.69
Hex DC 84 D6 0 28 3 E 130 38 45
Octal 334 204 326 0 50 3 16 460 70 105
Binary 11011100 10000100 11010110 0 101000 11 1110 100110000 111000 1000101

Color Harmonies of #DC84D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC84D6

Black with #DC84D6

Text Example


Text Example

White with #DC84D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC84D6; }

 p { color: rgb(220,132,214); }

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

background-color css

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

 a { background-color: rgb(220,132,214); }

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

border-color css

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

 span { border-color: rgb(220,132,214); }

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