Html Css Color HEX #DF77CF Orchid

📋 copy color: '#DF77CF'

red 223 ◦ green 119 ◦ blue 207

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

Shades of Orchid #DF77CF

Tints of Orchid #DF77CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 37.7%

R = 40.62%
G = 21.68%
B = 37.7%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#DF77CF (or 0xDF77CF) is known color: Orchid. HEX triplet: DF, 77 and CF. RGB value is (223,119,207). Sum of RGB (Red+Green+Blue) = 223+119+207=549 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.62% from 549); Green value is 119 (46.88% from 255 or 21.68% from 549); Blue value is 207 (81.25% from 255 or 37.70% from 549); Max value from RGB is 223 - color contains mainly: red. Hex color #DF77CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF77CF is #208830. Grayscale: #9F9F9F. Windows color (decimal): -2132017 or 13596639. OLE color: 13596639.

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

Color convert

RGB 223 119 207 -
CMYK 0 0.47 0.07 0.13
HSL 309.23º 0.62% 0.67% -
HSV(B) 309.23º 0.47% 0.87% -
XYZ 48.29 33.39 62.93 -
YUV 160.13 154.46 172.84 -
System Red Green Blue C M Y K H S L
Decimal 223 119 207 0 0.47 0.07 0.13 309.23 0.62 0.67
Hex DF 77 CF 0 2F 7 D 135 3E 43
Octal 337 167 317 0 57 7 15 465 76 103
Binary 11011111 1110111 11001111 0 101111 111 1101 100110101 111110 1000011

Color Harmonies of #DF77CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF77CF

Black with #DF77CF

Text Example


Text Example

White with #DF77CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF77CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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