Html Css Color HEX #DF81C7 Orchid

📋 copy color: '#DF81C7'

red 223 ◦ green 129 ◦ blue 199

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

Shades of Orchid #DF81C7

Tints of Orchid #DF81C7

RGB

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

 GREEN value IS 129 (50.78% from 255) = 23.41%

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

R = 40.47%
G = 23.41%
B = 36.12%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.11

 K value IS 0.13

RGB Variations

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

Color information

#DF81C7 (or 0xDF81C7) is known color: Orchid. HEX triplet: DF, 81 and C7. RGB value is (223,129,199). Sum of RGB (Red+Green+Blue) = 223+129+199=551 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.47% from 551); Green value is 129 (50.78% from 255 or 23.41% from 551); Blue value is 199 (78.12% from 255 or 36.12% from 551); Max value from RGB is 223 - color contains mainly: red. Hex color #DF81C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF81C7 is #207E38. Grayscale: #A4A4A4. Windows color (decimal): -2129465 or 13074911. OLE color: 13074911.

HSL color Cylindrical-coordinate representation of color #DF81C7: hue angle of 315.32º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DF81C7 is Cyan = 0, Magento = 0.42, Yellow = 0.11 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 129 199 -
CMYK 0 0.42 0.11 0.13
HSL 315.32º 0.59% 0.69% -
HSV(B) 315.32º 0.42% 0.87% -
XYZ 48.59 35.51 58.33 -
YUV 165.09 147.14 169.31 -
System Red Green Blue C M Y K H S L
Decimal 223 129 199 0 0.42 0.11 0.13 315.32 0.59 0.69
Hex DF 81 C7 0 2A B D 13B 3B 45
Octal 337 201 307 0 52 13 15 473 73 105
Binary 11011111 10000001 11000111 0 101010 1011 1101 100111011 111011 1000101

Color Harmonies of #DF81C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF81C7

Black with #DF81C7

Text Example


Text Example

White with #DF81C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF81C7; }

 p { color: rgb(223,129,199); }

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

background-color css

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

 a { background-color: rgb(223,129,199); }

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

border-color css

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

 span { border-color: rgb(223,129,199); }

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