Html Css Color HEX #DC84CD Orchid

📋 copy color: '#DC84CD'

red 220 ◦ green 132 ◦ blue 205

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

Shades of Orchid #DC84CD

Tints of Orchid #DC84CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 36.8%

R = 39.5%
G = 23.7%
B = 36.8%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.07

 K value IS 0.14

RGB Variations

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

Color information

#DC84CD (or 0xDC84CD) is known color: Orchid. HEX triplet: DC, 84 and CD. RGB value is (220,132,205). Sum of RGB (Red+Green+Blue) = 220+132+205=557 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.50% from 557); Green value is 132 (51.95% from 255 or 23.70% from 557); Blue value is 205 (80.47% from 255 or 36.80% from 557); Max value from RGB is 220 - color contains mainly: red. Hex color #DC84CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC84CD is #237B32. Grayscale: #A6A6A6. Windows color (decimal): -2325299 or 13468892. OLE color: 13468892.

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

Color convert

RGB 220 132 205 -
CMYK 0 0.40 0.07 0.14
HSL 310.23º 0.56% 0.69% -
HSV(B) 310.23º 0.4% 0.86% -
XYZ 48.79 36.13 62.16 -
YUV 166.63 149.65 166.06 -
System Red Green Blue C M Y K H S L
Decimal 220 132 205 0 0.40 0.07 0.14 310.23 0.56 0.69
Hex DC 84 CD 0 28 7 E 136 38 45
Octal 334 204 315 0 50 7 16 466 70 105
Binary 11011100 10000100 11001101 0 101000 111 1110 100110110 111000 1000101

Color Harmonies of #DC84CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC84CD

Black with #DC84CD

Text Example


Text Example

White with #DC84CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC84CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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