Html Css Color HEX #DC76DF Orchid

📋 copy color: '#DC76DF'

red 220 ◦ green 118 ◦ blue 223

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

Shades of Orchid #DC76DF

Tints of Orchid #DC76DF

RGB

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

 GREEN value IS 118 (46.48% from 255) = 21.03%

 BLUE value IS 223 (87.5% from 255) = 39.75%

R = 39.22%
G = 21.03%
B = 39.75%

CMYK

 C value IS 0.01

 M value IS 0.47

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DC76DF (or 0xDC76DF) is known color: Orchid. HEX triplet: DC, 76 and DF. RGB value is (220,118,223). Sum of RGB (Red+Green+Blue) = 220+118+223=561 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.22% from 561); Green value is 118 (46.48% from 255 or 21.03% from 561); Blue value is 223 (87.5% from 255 or 39.75% from 561); Max value from RGB is 223 - color contains mainly: blue. Hex color #DC76DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC76DF is #238920. Grayscale: #A0A0A0. Windows color (decimal): -2328865 or 14644956. OLE color: 14644956.

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

Color convert

RGB 220 118 223 -
CMYK 0.01 0.47 0 0.13
HSL 298.29º 0.62% 0.67% -
HSV(B) 298.29º 0.47% 0.87% -
XYZ 49.31 33.5 73.68 -
YUV 160.47 163.29 170.46 -
System Red Green Blue C M Y K H S L
Decimal 220 118 223 0.01 0.47 0 0.13 298.29 0.62 0.67
Hex DC 76 DF 1 2F 0 D 12A 3E 43
Octal 334 166 337 1 57 0 15 452 76 103
Binary 11011100 1110110 11011111 1 101111 0 1101 100101010 111110 1000011

Color Harmonies of #DC76DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC76DF

Black with #DC76DF

Text Example


Text Example

White with #DC76DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC76DF; }

 p { color: rgb(220,118,223); }

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

background-color css

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

 a { background-color: rgb(220,118,223); }

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

border-color css

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

 span { border-color: rgb(220,118,223); }

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