Html Css Color HEX #DF77C7 Orchid

📋 copy color: '#DF77C7'

red 223 ◦ green 119 ◦ blue 199

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

Shades of Orchid #DF77C7

Tints of Orchid #DF77C7

RGB

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

 GREEN value IS 119 (46.88% from 255) = 22%

 BLUE value IS 199 (78.13% from 255) = 36.78%

R = 41.22%
G = 22%
B = 36.78%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.11

 K value IS 0.13

RGB Variations

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

Color information

#DF77C7 (or 0xDF77C7) is known color: Orchid. HEX triplet: DF, 77 and C7. RGB value is (223,119,199). Sum of RGB (Red+Green+Blue) = 223+119+199=541 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.22% from 541); Green value is 119 (46.88% from 255 or 22.00% from 541); Blue value is 199 (78.12% from 255 or 36.78% from 541); Max value from RGB is 223 - color contains mainly: red. Hex color #DF77C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF77C7 is #208838. Grayscale: #9F9F9F. Windows color (decimal): -2132025 or 13072351. OLE color: 13072351.

HSL color Cylindrical-coordinate representation of color #DF77C7: hue angle of 313.85º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DF77C7 is Cyan = 0, Magento = 0.47, Yellow = 0.11 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 119 199 -
CMYK 0 0.47 0.11 0.13
HSL 313.85º 0.62% 0.67% -
HSV(B) 313.85º 0.47% 0.87% -
XYZ 47.34 33.01 57.91 -
YUV 159.22 150.46 173.5 -
System Red Green Blue C M Y K H S L
Decimal 223 119 199 0 0.47 0.11 0.13 313.85 0.62 0.67
Hex DF 77 C7 0 2F B D 13A 3E 43
Octal 337 167 307 0 57 13 15 472 76 103
Binary 11011111 1110111 11000111 0 101111 1011 1101 100111010 111110 1000011

Color Harmonies of #DF77C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF77C7

Black with #DF77C7

Text Example


Text Example

White with #DF77C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF77C7; }

 p { color: rgb(223,119,199); }

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

background-color css

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

 a { background-color: rgb(223,119,199); }

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

border-color css

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

 span { border-color: rgb(223,119,199); }

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