Html Css Color HEX #DC85D3 Orchid

📋 copy color: '#DC85D3'

red 220 ◦ green 133 ◦ blue 211

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

Shades of Orchid #DC85D3

Tints of Orchid #DC85D3

RGB

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

 GREEN value IS 133 (52.34% from 255) = 23.58%

 BLUE value IS 211 (82.81% from 255) = 37.41%

R = 39.01%
G = 23.58%
B = 37.41%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.04

 K value IS 0.14

RGB Variations

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

Color information

#DC85D3 (or 0xDC85D3) is known color: Orchid. HEX triplet: DC, 85 and D3. RGB value is (220,133,211). Sum of RGB (Red+Green+Blue) = 220+133+211=564 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.01% from 564); Green value is 133 (52.34% from 255 or 23.58% from 564); Blue value is 211 (82.81% from 255 or 37.41% from 564); Max value from RGB is 220 - color contains mainly: red. Hex color #DC85D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC85D3 is #237A2C. Grayscale: #A7A7A7. Windows color (decimal): -2325037 or 13862364. OLE color: 13862364.

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

Color convert

RGB 220 133 211 -
CMYK 0 0.40 0.04 0.14
HSL 306.21º 0.55% 0.69% -
HSV(B) 306.21º 0.4% 0.86% -
XYZ 49.66 36.69 66.09 -
YUV 167.91 152.32 165.16 -
System Red Green Blue C M Y K H S L
Decimal 220 133 211 0 0.40 0.04 0.14 306.21 0.55 0.69
Hex DC 85 D3 0 28 4 E 132 37 45
Octal 334 205 323 0 50 4 16 462 67 105
Binary 11011100 10000101 11010011 0 101000 100 1110 100110010 110111 1000101

Color Harmonies of #DC85D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC85D3

Black with #DC85D3

Text Example


Text Example

White with #DC85D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC85D3; }

 p { color: rgb(220,133,211); }

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

background-color css

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

 a { background-color: rgb(220,133,211); }

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

border-color css

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

 span { border-color: rgb(220,133,211); }

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