Html Css Color HEX #DF7FE0 Orchid

📋 copy color: '#DF7FE0'

red 223 ◦ green 127 ◦ blue 224

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

Shades of Orchid #DF7FE0

Tints of Orchid #DF7FE0

RGB

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

 GREEN value IS 127 (50% from 255) = 22.13%

 BLUE value IS 224 (87.89% from 255) = 39.02%

R = 38.85%
G = 22.13%
B = 39.02%

CMYK

 C value IS 0.00

 M value IS 0.43

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#DF7FE0 (or 0xDF7FE0) is known color: Orchid. HEX triplet: DF, 7F and E0. RGB value is (223,127,224). Sum of RGB (Red+Green+Blue) = 223+127+224=574 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.85% from 574); Green value is 127 (50% from 255 or 22.13% from 574); Blue value is 224 (87.89% from 255 or 39.02% from 574); Max value from RGB is 224 - color contains mainly: blue. Hex color #DF7FE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF7FE0 is #20801F. Grayscale: #A6A6A6. Windows color (decimal): -2129952 or 14712799. OLE color: 14712799.

HSL color Cylindrical-coordinate representation of color #DF7FE0: hue angle of 299.38º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DF7FE0 is Cyan = 0.00, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 223 127 224 -
CMYK 0.00 0.43 0 0.12
HSL 299.38º 0.61% 0.69% -
HSV(B) 299.38º 0.43% 0.88% -
XYZ 51.48 36.25 74.8 -
YUV 166.76 160.3 168.11 -
System Red Green Blue C M Y K H S L
Decimal 223 127 224 0.00 0.43 0 0.12 299.38 0.61 0.69
Hex DF 7F E0 0 2B 0 C 12B 3D 45
Octal 337 177 340 0 53 0 14 453 75 105
Binary 11011111 1111111 11100000 0 101011 0 1100 100101011 111101 1000101

Color Harmonies of #DF7FE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7FE0

Black with #DF7FE0

Text Example


Text Example

White with #DF7FE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7FE0; }

 p { color: rgb(223,127,224); }

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

background-color css

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

 a { background-color: rgb(223,127,224); }

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

border-color css

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

 span { border-color: rgb(223,127,224); }

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