Html Css Color HEX #DC84D8 Orchid

📋 copy color: '#DC84D8'

red 220 ◦ green 132 ◦ blue 216

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

Shades of Orchid #DC84D8

Tints of Orchid #DC84D8

RGB

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

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

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

R = 38.73%
G = 23.24%
B = 38.03%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.02

 K value IS 0.14

RGB Variations

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

Color information

#DC84D8 (or 0xDC84D8) is known color: Orchid. HEX triplet: DC, 84 and D8. RGB value is (220,132,216). Sum of RGB (Red+Green+Blue) = 220+132+216=568 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.73% from 568); Green value is 132 (51.95% from 255 or 23.24% from 568); Blue value is 216 (84.77% from 255 or 38.03% from 568); Max value from RGB is 220 - color contains mainly: red. Hex color #DC84D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC84D8 is #237B27. Grayscale: #A7A7A7. Windows color (decimal): -2325288 or 14189788. OLE color: 14189788.

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

Color convert

RGB 220 132 216 -
CMYK 0 0.40 0.02 0.14
HSL 302.73º 0.56% 0.69% -
HSV(B) 302.73º 0.4% 0.86% -
XYZ 50.16 36.68 69.4 -
YUV 167.89 155.15 165.17 -
System Red Green Blue C M Y K H S L
Decimal 220 132 216 0 0.40 0.02 0.14 302.73 0.56 0.69
Hex DC 84 D8 0 28 2 E 12F 38 45
Octal 334 204 330 0 50 2 16 457 70 105
Binary 11011100 10000100 11011000 0 101000 10 1110 100101111 111000 1000101

Color Harmonies of #DC84D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC84D8

Black with #DC84D8

Text Example


Text Example

White with #DC84D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC84D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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