Html Css Color HEX #DF76D2 Orchid

📋 copy color: '#DF76D2'

red 223 ◦ green 118 ◦ blue 210

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

Shades of Orchid #DF76D2

Tints of Orchid #DF76D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 38.11%

R = 40.47%
G = 21.42%
B = 38.11%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.06

 K value IS 0.13

RGB Variations

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

Color information

#DF76D2 (or 0xDF76D2) is known color: Orchid. HEX triplet: DF, 76 and D2. RGB value is (223,118,210). Sum of RGB (Red+Green+Blue) = 223+118+210=551 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.47% from 551); Green value is 118 (46.48% from 255 or 21.42% from 551); Blue value is 210 (82.42% from 255 or 38.11% from 551); Max value from RGB is 223 - color contains mainly: red. Hex color #DF76D2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF76D2 is #20892D. Grayscale: #9F9F9F. Windows color (decimal): -2132270 or 13792991. OLE color: 13792991.

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

Color convert

RGB 223 118 210 -
CMYK 0 0.47 0.06 0.13
HSL 307.43º 0.62% 0.67% -
HSV(B) 307.43º 0.47% 0.87% -
XYZ 48.54 33.3 64.84 -
YUV 159.88 156.29 173.02 -
System Red Green Blue C M Y K H S L
Decimal 223 118 210 0 0.47 0.06 0.13 307.43 0.62 0.67
Hex DF 76 D2 0 2F 6 D 133 3E 43
Octal 337 166 322 0 57 6 15 463 76 103
Binary 11011111 1110110 11010010 0 101111 110 1101 100110011 111110 1000011

Color Harmonies of #DF76D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF76D2

Black with #DF76D2

Text Example


Text Example

White with #DF76D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF76D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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