Html Css Color HEX #DC84DF Orchid

📋 copy color: '#DC84DF'

red 220 ◦ green 132 ◦ blue 223

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

Shades of Orchid #DC84DF

Tints of Orchid #DC84DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 38.78%

R = 38.26%
G = 22.96%
B = 38.78%

CMYK

 C value IS 0.01

 M value IS 0.41

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DC84DF (or 0xDC84DF) is known color: Orchid. HEX triplet: DC, 84 and DF. RGB value is (220,132,223). Sum of RGB (Red+Green+Blue) = 220+132+223=575 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.26% from 575); Green value is 132 (51.95% from 255 or 22.96% from 575); Blue value is 223 (87.5% from 255 or 38.78% from 575); Max value from RGB is 223 - color contains mainly: blue. Hex color #DC84DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC84DF is #237B20. Grayscale: #A8A8A8. Windows color (decimal): -2325281 or 14648540. OLE color: 14648540.

HSL color Cylindrical-coordinate representation of color #DC84DF: hue angle of 298.02º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DC84DF is Cyan = 0.01, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 220 132 223 -
CMYK 0.01 0.41 0 0.13
HSL 298.02º 0.59% 0.7% -
HSV(B) 298.02º 0.41% 0.87% -
XYZ 51.09 37.05 74.27 -
YUV 168.69 158.65 164.6 -
System Red Green Blue C M Y K H S L
Decimal 220 132 223 0.01 0.41 0 0.13 298.02 0.59 0.7
Hex DC 84 DF 1 29 0 D 12A 3B 46
Octal 334 204 337 1 51 0 15 452 73 106
Binary 11011100 10000100 11011111 1 101001 0 1101 100101010 111011 1000110

Color Harmonies of #DC84DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC84DF

Black with #DC84DF

Text Example


Text Example

White with #DC84DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC84DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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