Html Css Color HEX #DF76D0 Orchid

📋 copy color: '#DF76D0'

red 223 ◦ green 118 ◦ blue 208

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

Shades of Orchid #DF76D0

Tints of Orchid #DF76D0

RGB

 RED value IS 223 (87.5% from 255) = 40.62%

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

 BLUE value IS 208 (81.64% from 255) = 37.89%

R = 40.62%
G = 21.49%
B = 37.89%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#DF76D0 (or 0xDF76D0) is known color: Orchid. HEX triplet: DF, 76 and D0. RGB value is (223,118,208). Sum of RGB (Red+Green+Blue) = 223+118+208=549 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.62% from 549); Green value is 118 (46.48% from 255 or 21.49% from 549); Blue value is 208 (81.64% from 255 or 37.89% from 549); Max value from RGB is 223 - color contains mainly: red. Hex color #DF76D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF76D0 is #20892F. Grayscale: #9F9F9F. Windows color (decimal): -2132272 or 13661919. OLE color: 13661919.

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

Color convert

RGB 223 118 208 -
CMYK 0 0.47 0.07 0.13
HSL 308.57º 0.62% 0.67% -
HSV(B) 308.57º 0.47% 0.87% -
XYZ 48.3 33.2 63.54 -
YUV 159.66 155.29 173.18 -
System Red Green Blue C M Y K H S L
Decimal 223 118 208 0 0.47 0.07 0.13 308.57 0.62 0.67
Hex DF 76 D0 0 2F 7 D 135 3E 43
Octal 337 166 320 0 57 7 15 465 76 103
Binary 11011111 1110110 11010000 0 101111 111 1101 100110101 111110 1000011

Color Harmonies of #DF76D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF76D0

Black with #DF76D0

Text Example


Text Example

White with #DF76D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF76D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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