Html Css Color HEX #DF80CB Orchid

📋 copy color: '#DF80CB'

red 223 ◦ green 128 ◦ blue 203

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

Shades of Orchid #DF80CB

Tints of Orchid #DF80CB

RGB

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

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

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

R = 40.25%
G = 23.1%
B = 36.64%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#DF80CB (or 0xDF80CB) is known color: Orchid. HEX triplet: DF, 80 and CB. RGB value is (223,128,203). Sum of RGB (Red+Green+Blue) = 223+128+203=554 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.25% from 554); Green value is 128 (50.39% from 255 or 23.10% from 554); Blue value is 203 (79.69% from 255 or 36.64% from 554); Max value from RGB is 223 - color contains mainly: red. Hex color #DF80CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF80CB is #207F34. Grayscale: #A4A4A4. Windows color (decimal): -2129717 or 13336799. OLE color: 13336799.

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

Color convert

RGB 223 128 203 -
CMYK 0 0.43 0.09 0.13
HSL 312.63º 0.6% 0.69% -
HSV(B) 312.63º 0.43% 0.87% -
XYZ 48.93 35.44 60.76 -
YUV 164.96 149.47 169.4 -
System Red Green Blue C M Y K H S L
Decimal 223 128 203 0 0.43 0.09 0.13 312.63 0.6 0.69
Hex DF 80 CB 0 2B 9 D 139 3C 45
Octal 337 200 313 0 53 11 15 471 74 105
Binary 11011111 10000000 11001011 0 101011 1001 1101 100111001 111100 1000101

Color Harmonies of #DF80CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF80CB

Black with #DF80CB

Text Example


Text Example

White with #DF80CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF80CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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