Html Css Color HEX #DF80CE Orchid

📋 copy color: '#DF80CE'

red 223 ◦ green 128 ◦ blue 206

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

Shades of Orchid #DF80CE

Tints of Orchid #DF80CE

RGB

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

 GREEN value IS 128 (50.39% from 255) = 22.98%

 BLUE value IS 206 (80.86% from 255) = 36.98%

R = 40.04%
G = 22.98%
B = 36.98%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#DF80CE (or 0xDF80CE) is known color: Orchid. HEX triplet: DF, 80 and CE. RGB value is (223,128,206). Sum of RGB (Red+Green+Blue) = 223+128+206=557 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.04% from 557); Green value is 128 (50.39% from 255 or 22.98% from 557); Blue value is 206 (80.86% from 255 or 36.98% from 557); Max value from RGB is 223 - color contains mainly: red. Hex color #DF80CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF80CE is #207F31. Grayscale: #A5A5A5. Windows color (decimal): -2129714 or 13533407. OLE color: 13533407.

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

Color convert

RGB 223 128 206 -
CMYK 0 0.43 0.08 0.13
HSL 310.74º 0.6% 0.69% -
HSV(B) 310.74º 0.43% 0.87% -
XYZ 49.29 35.58 62.66 -
YUV 165.3 150.97 169.16 -
System Red Green Blue C M Y K H S L
Decimal 223 128 206 0 0.43 0.08 0.13 310.74 0.6 0.69
Hex DF 80 CE 0 2B 8 D 137 3C 45
Octal 337 200 316 0 53 10 15 467 74 105
Binary 11011111 10000000 11001110 0 101011 1000 1101 100110111 111100 1000101

Color Harmonies of #DF80CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF80CE

Black with #DF80CE

Text Example


Text Example

White with #DF80CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF80CE; }

 p { color: rgb(223,128,206); }

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

background-color css

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

 a { background-color: rgb(223,128,206); }

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

border-color css

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

 span { border-color: rgb(223,128,206); }

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