Html Css Color HEX #DC84D7 Orchid

📋 copy color: '#DC84D7'

red 220 ◦ green 132 ◦ blue 215

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

Shades of Orchid #DC84D7

Tints of Orchid #DC84D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 37.92%

R = 38.8%
G = 23.28%
B = 37.92%

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

#DC84D7 (or 0xDC84D7) is known color: Orchid. HEX triplet: DC, 84 and D7. RGB value is (220,132,215). Sum of RGB (Red+Green+Blue) = 220+132+215=567 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.80% from 567); Green value is 132 (51.95% from 255 or 23.28% from 567); Blue value is 215 (84.38% from 255 or 37.92% from 567); Max value from RGB is 220 - color contains mainly: red. Hex color #DC84D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC84D7 is #237B28. Grayscale: #A7A7A7. Windows color (decimal): -2325289 or 14124252. OLE color: 14124252.

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

Color convert

RGB 220 132 215 -
CMYK 0 0.40 0.02 0.14
HSL 303.41º 0.56% 0.69% -
HSV(B) 303.41º 0.4% 0.86% -
XYZ 50.03 36.62 68.72 -
YUV 167.77 154.65 165.25 -
System Red Green Blue C M Y K H S L
Decimal 220 132 215 0 0.40 0.02 0.14 303.41 0.56 0.69
Hex DC 84 D7 0 28 2 E 12F 38 45
Octal 334 204 327 0 50 2 16 457 70 105
Binary 11011100 10000100 11010111 0 101000 10 1110 100101111 111000 1000101

Color Harmonies of #DC84D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC84D7

Black with #DC84D7

Text Example


Text Example

White with #DC84D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC84D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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