Html Css Color HEX #DF7FD8 Orchid

📋 copy color: '#DF7FD8'

red 223 ◦ green 127 ◦ blue 216

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

Shades of Orchid #DF7FD8

Tints of Orchid #DF7FD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 38.16%

R = 39.4%
G = 22.44%
B = 38.16%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.03

 K value IS 0.13

RGB Variations

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

Color information

#DF7FD8 (or 0xDF7FD8) is known color: Orchid. HEX triplet: DF, 7F and D8. RGB value is (223,127,216). Sum of RGB (Red+Green+Blue) = 223+127+216=566 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.40% from 566); Green value is 127 (50% from 255 or 22.44% from 566); Blue value is 216 (84.77% from 255 or 38.16% from 566); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7FD8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF7FD8 is #208027. Grayscale: #A5A5A5. Windows color (decimal): -2129960 or 14188511. OLE color: 14188511.

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

Color convert

RGB 223 127 216 -
CMYK 0 0.43 0.03 0.13
HSL 304.38º 0.6% 0.69% -
HSV(B) 304.38º 0.43% 0.87% -
XYZ 50.42 35.82 69.22 -
YUV 165.85 156.3 168.76 -
System Red Green Blue C M Y K H S L
Decimal 223 127 216 0 0.43 0.03 0.13 304.38 0.6 0.69
Hex DF 7F D8 0 2B 3 D 130 3C 45
Octal 337 177 330 0 53 3 15 460 74 105
Binary 11011111 1111111 11011000 0 101011 11 1101 100110000 111100 1000101

Color Harmonies of #DF7FD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7FD8

Black with #DF7FD8

Text Example


Text Example

White with #DF7FD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7FD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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