Html Css Color HEX #DF72C8 Orchid

📋 copy color: '#DF72C8'

red 223 ◦ green 114 ◦ blue 200

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

Shades of Orchid #DF72C8

Tints of Orchid #DF72C8

RGB

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

 GREEN value IS 114 (44.92% from 255) = 21.23%

 BLUE value IS 200 (78.52% from 255) = 37.24%

R = 41.53%
G = 21.23%
B = 37.24%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.10

 K value IS 0.13

RGB Variations

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

Color information

#DF72C8 (or 0xDF72C8) is known color: Orchid. HEX triplet: DF, 72 and C8. RGB value is (223,114,200). Sum of RGB (Red+Green+Blue) = 223+114+200=537 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.53% from 537); Green value is 114 (44.92% from 255 or 21.23% from 537); Blue value is 200 (78.52% from 255 or 37.24% from 537); Max value from RGB is 223 - color contains mainly: red. Hex color #DF72C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF72C8 is #208D37. Grayscale: #9C9C9C. Windows color (decimal): -2133304 or 13136607. OLE color: 13136607.

HSL color Cylindrical-coordinate representation of color #DF72C8: hue angle of 312.66º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DF72C8 is Cyan = 0, Magento = 0.49, Yellow = 0.10 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 114 200 -
CMYK 0 0.49 0.10 0.13
HSL 312.66º 0.63% 0.66% -
HSV(B) 312.66º 0.49% 0.87% -
XYZ 46.87 31.89 58.33 -
YUV 156.4 152.61 175.51 -
System Red Green Blue C M Y K H S L
Decimal 223 114 200 0 0.49 0.10 0.13 312.66 0.63 0.66
Hex DF 72 C8 0 31 A D 139 3F 42
Octal 337 162 310 0 61 12 15 471 77 102
Binary 11011111 1110010 11001000 0 110001 1010 1101 100111001 111111 1000010

Color Harmonies of #DF72C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF72C8

Black with #DF72C8

Text Example


Text Example

White with #DF72C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF72C8; }

 p { color: rgb(223,114,200); }

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

background-color css

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

 a { background-color: rgb(223,114,200); }

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

border-color css

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

 span { border-color: rgb(223,114,200); }

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