Html Css Color HEX #DC84CA Orchid

📋 copy color: '#DC84CA'

red 220 ◦ green 132 ◦ blue 202

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

Shades of Orchid #DC84CA

Tints of Orchid #DC84CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 36.46%

R = 39.71%
G = 23.83%
B = 36.46%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.08

 K value IS 0.14

RGB Variations

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

Color information

#DC84CA (or 0xDC84CA) is known color: Orchid. HEX triplet: DC, 84 and CA. RGB value is (220,132,202). Sum of RGB (Red+Green+Blue) = 220+132+202=554 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.71% from 554); Green value is 132 (51.95% from 255 or 23.83% from 554); Blue value is 202 (79.30% from 255 or 36.46% from 554); Max value from RGB is 220 - color contains mainly: red. Hex color #DC84CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC84CA is #237B35. Grayscale: #A6A6A6. Windows color (decimal): -2325302 or 13272284. OLE color: 13272284.

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

Color convert

RGB 220 132 202 -
CMYK 0 0.40 0.08 0.14
HSL 312.27º 0.56% 0.69% -
HSV(B) 312.27º 0.4% 0.86% -
XYZ 48.43 35.98 60.27 -
YUV 166.29 148.15 166.31 -
System Red Green Blue C M Y K H S L
Decimal 220 132 202 0 0.40 0.08 0.14 312.27 0.56 0.69
Hex DC 84 CA 0 28 8 E 138 38 45
Octal 334 204 312 0 50 10 16 470 70 105
Binary 11011100 10000100 11001010 0 101000 1000 1110 100111000 111000 1000101

Color Harmonies of #DC84CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC84CA

Black with #DC84CA

Text Example


Text Example

White with #DC84CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC84CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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