Html Css Color HEX #DF81D4 Orchid

📋 copy color: '#DF81D4'

red 223 ◦ green 129 ◦ blue 212

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

Shades of Orchid #DF81D4

Tints of Orchid #DF81D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 37.59%

R = 39.54%
G = 22.87%
B = 37.59%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.05

 K value IS 0.13

RGB Variations

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

Color information

#DF81D4 (or 0xDF81D4) is known color: Orchid. HEX triplet: DF, 81 and D4. RGB value is (223,129,212). Sum of RGB (Red+Green+Blue) = 223+129+212=564 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.54% from 564); Green value is 129 (50.78% from 255 or 22.87% from 564); Blue value is 212 (83.20% from 255 or 37.59% from 564); Max value from RGB is 223 - color contains mainly: red. Hex color #DF81D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF81D4 is #207E2B. Grayscale: #A6A6A6. Windows color (decimal): -2129452 or 13926879. OLE color: 13926879.

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

Color convert

RGB 223 129 212 -
CMYK 0 0.42 0.05 0.13
HSL 307.02º 0.59% 0.69% -
HSV(B) 307.02º 0.42% 0.87% -
XYZ 50.17 36.14 66.62 -
YUV 166.57 153.64 168.25 -
System Red Green Blue C M Y K H S L
Decimal 223 129 212 0 0.42 0.05 0.13 307.02 0.59 0.69
Hex DF 81 D4 0 2A 5 D 133 3B 45
Octal 337 201 324 0 52 5 15 463 73 105
Binary 11011111 10000001 11010100 0 101010 101 1101 100110011 111011 1000101

Color Harmonies of #DF81D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF81D4

Black with #DF81D4

Text Example


Text Example

White with #DF81D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF81D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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