Html Css Color HEX #DF81CD Orchid

📋 copy color: '#DF81CD'

red 223 ◦ green 129 ◦ blue 205

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

Shades of Orchid #DF81CD

Tints of Orchid #DF81CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 36.8%

R = 40.04%
G = 23.16%
B = 36.8%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#DF81CD (or 0xDF81CD) is known color: Orchid. HEX triplet: DF, 81 and CD. RGB value is (223,129,205). Sum of RGB (Red+Green+Blue) = 223+129+205=557 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.04% from 557); Green value is 129 (50.78% from 255 or 23.16% from 557); Blue value is 205 (80.47% from 255 or 36.80% from 557); Max value from RGB is 223 - color contains mainly: red. Hex color #DF81CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF81CD is #207E32. Grayscale: #A5A5A5. Windows color (decimal): -2129459 or 13468127. OLE color: 13468127.

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

Color convert

RGB 223 129 205 -
CMYK 0 0.42 0.08 0.13
HSL 311.49º 0.59% 0.69% -
HSV(B) 311.49º 0.42% 0.87% -
XYZ 49.3 35.8 62.07 -
YUV 165.77 150.14 168.82 -
System Red Green Blue C M Y K H S L
Decimal 223 129 205 0 0.42 0.08 0.13 311.49 0.59 0.69
Hex DF 81 CD 0 2A 8 D 137 3B 45
Octal 337 201 315 0 52 10 15 467 73 105
Binary 11011111 10000001 11001101 0 101010 1000 1101 100110111 111011 1000101

Color Harmonies of #DF81CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF81CD

Black with #DF81CD

Text Example


Text Example

White with #DF81CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF81CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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