Html Css Color HEX #DC85C7 Orchid

📋 copy color: '#DC85C7'

red 220 ◦ green 133 ◦ blue 199

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

Shades of Orchid #DC85C7

Tints of Orchid #DC85C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 36.05%

R = 39.86%
G = 24.09%
B = 36.05%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.10

 K value IS 0.14

RGB Variations

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

Color information

#DC85C7 (or 0xDC85C7) is known color: Orchid. HEX triplet: DC, 85 and C7. RGB value is (220,133,199). Sum of RGB (Red+Green+Blue) = 220+133+199=552 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.86% from 552); Green value is 133 (52.34% from 255 or 24.09% from 552); Blue value is 199 (78.12% from 255 or 36.05% from 552); Max value from RGB is 220 - color contains mainly: red. Hex color #DC85C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC85C7 is #237A38. Grayscale: #A6A6A6. Windows color (decimal): -2325049 or 13075932. OLE color: 13075932.

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

Color convert

RGB 220 133 199 -
CMYK 0 0.40 0.10 0.14
HSL 314.48º 0.55% 0.69% -
HSV(B) 314.48º 0.4% 0.86% -
XYZ 48.21 36.11 58.46 -
YUV 166.54 146.32 166.13 -
System Red Green Blue C M Y K H S L
Decimal 220 133 199 0 0.40 0.10 0.14 314.48 0.55 0.69
Hex DC 85 C7 0 28 A E 13A 37 45
Octal 334 205 307 0 50 12 16 472 67 105
Binary 11011100 10000101 11000111 0 101000 1010 1110 100111010 110111 1000101

Color Harmonies of #DC85C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC85C7

Black with #DC85C7

Text Example


Text Example

White with #DC85C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC85C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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