Html Css Color HEX #DC84DE Orchid

📋 copy color: '#DC84DE'

red 220 ◦ green 132 ◦ blue 222

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

Shades of Orchid #DC84DE

Tints of Orchid #DC84DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 38.68%

R = 38.33%
G = 23%
B = 38.68%

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

#DC84DE (or 0xDC84DE) is known color: Orchid. HEX triplet: DC, 84 and DE. RGB value is (220,132,222). Sum of RGB (Red+Green+Blue) = 220+132+222=574 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.33% from 574); Green value is 132 (51.95% from 255 or 23.00% from 574); Blue value is 222 (87.11% from 255 or 38.68% from 574); Max value from RGB is 222 - color contains mainly: blue. Hex color #DC84DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC84DE is #237B21. Grayscale: #A8A8A8. Windows color (decimal): -2325282 or 14583004. OLE color: 14583004.

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

Color convert

RGB 220 132 222 -
CMYK 0.01 0.41 0 0.13
HSL 298.67º 0.58% 0.69% -
HSV(B) 298.67º 0.41% 0.87% -
XYZ 50.95 36.99 73.56 -
YUV 168.57 158.15 164.68 -
System Red Green Blue C M Y K H S L
Decimal 220 132 222 0.01 0.41 0 0.13 298.67 0.58 0.69
Hex DC 84 DE 1 29 0 D 12B 3A 45
Octal 334 204 336 1 51 0 15 453 72 105
Binary 11011100 10000100 11011110 1 101001 0 1101 100101011 111010 1000101

Color Harmonies of #DC84DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC84DE

Black with #DC84DE

Text Example


Text Example

White with #DC84DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC84DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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