Html Css Color HEX #DF77DA Orchid

📋 copy color: '#DF77DA'

red 223 ◦ green 119 ◦ blue 218

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

Shades of Orchid #DF77DA

Tints of Orchid #DF77DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 38.93%

R = 39.82%
G = 21.25%
B = 38.93%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#DF77DA (or 0xDF77DA) is known color: Orchid. HEX triplet: DF, 77 and DA. RGB value is (223,119,218). Sum of RGB (Red+Green+Blue) = 223+119+218=560 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.82% from 560); Green value is 119 (46.88% from 255 or 21.25% from 560); Blue value is 218 (85.55% from 255 or 38.93% from 560); Max value from RGB is 223 - color contains mainly: red. Hex color #DF77DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF77DA is #208825. Grayscale: #A1A1A1. Windows color (decimal): -2132006 or 14317535. OLE color: 14317535.

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

Color convert

RGB 223 119 218 -
CMYK 0 0.47 0.02 0.13
HSL 302.88º 0.62% 0.67% -
HSV(B) 302.88º 0.47% 0.87% -
XYZ 49.68 33.94 70.26 -
YUV 161.38 159.96 171.95 -
System Red Green Blue C M Y K H S L
Decimal 223 119 218 0 0.47 0.02 0.13 302.88 0.62 0.67
Hex DF 77 DA 0 2F 2 D 12F 3E 43
Octal 337 167 332 0 57 2 15 457 76 103
Binary 11011111 1110111 11011010 0 101111 10 1101 100101111 111110 1000011

Color Harmonies of #DF77DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF77DA

Black with #DF77DA

Text Example


Text Example

White with #DF77DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF77DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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