Html Css Color HEX #DF81CB Orchid

📋 copy color: '#DF81CB'

red 223 ◦ green 129 ◦ blue 203

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

Shades of Orchid #DF81CB

Tints of Orchid #DF81CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 36.58%

R = 40.18%
G = 23.24%
B = 36.58%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#DF81CB (or 0xDF81CB) is known color: Orchid. HEX triplet: DF, 81 and CB. RGB value is (223,129,203). Sum of RGB (Red+Green+Blue) = 223+129+203=555 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.18% from 555); Green value is 129 (50.78% from 255 or 23.24% from 555); Blue value is 203 (79.69% from 255 or 36.58% from 555); Max value from RGB is 223 - color contains mainly: red. Hex color #DF81CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF81CB is #207E34. Grayscale: #A5A5A5. Windows color (decimal): -2129461 or 13337055. OLE color: 13337055.

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

Color convert

RGB 223 129 203 -
CMYK 0 0.42 0.09 0.13
HSL 312.77º 0.59% 0.69% -
HSV(B) 312.77º 0.42% 0.87% -
XYZ 49.06 35.7 60.8 -
YUV 165.54 149.14 168.98 -
System Red Green Blue C M Y K H S L
Decimal 223 129 203 0 0.42 0.09 0.13 312.77 0.59 0.69
Hex DF 81 CB 0 2A 9 D 139 3B 45
Octal 337 201 313 0 52 11 15 471 73 105
Binary 11011111 10000001 11001011 0 101010 1001 1101 100111001 111011 1000101

Color Harmonies of #DF81CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF81CB

Black with #DF81CB

Text Example


Text Example

White with #DF81CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF81CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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