Html Css Color HEX #DC84DA Orchid

📋 copy color: '#DC84DA'

red 220 ◦ green 132 ◦ blue 218

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

Shades of Orchid #DC84DA

Tints of Orchid #DC84DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 38.25%

R = 38.6%
G = 23.16%
B = 38.25%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.01

 K value IS 0.14

RGB Variations

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

Color information

#DC84DA (or 0xDC84DA) is known color: Orchid. HEX triplet: DC, 84 and DA. RGB value is (220,132,218). Sum of RGB (Red+Green+Blue) = 220+132+218=570 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.60% from 570); Green value is 132 (51.95% from 255 or 23.16% from 570); Blue value is 218 (85.55% from 255 or 38.25% from 570); Max value from RGB is 220 - color contains mainly: red. Hex color #DC84DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC84DA is #237B25. Grayscale: #A7A7A7. Windows color (decimal): -2325286 or 14320860. OLE color: 14320860.

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

Color convert

RGB 220 132 218 -
CMYK 0 0.40 0.01 0.14
HSL 301.36º 0.56% 0.69% -
HSV(B) 301.36º 0.4% 0.86% -
XYZ 50.42 36.78 70.77 -
YUV 168.12 156.15 165.01 -
System Red Green Blue C M Y K H S L
Decimal 220 132 218 0 0.40 0.01 0.14 301.36 0.56 0.69
Hex DC 84 DA 0 28 1 E 12D 38 45
Octal 334 204 332 0 50 1 16 455 70 105
Binary 11011100 10000100 11011010 0 101000 1 1110 100101101 111000 1000101

Color Harmonies of #DC84DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC84DA

Black with #DC84DA

Text Example


Text Example

White with #DC84DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC84DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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