Html Css Color HEX #DA77DF Orchid

📋 copy color: '#DA77DF'

red 218 ◦ green 119 ◦ blue 223

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

Shades of Orchid #DA77DF

Tints of Orchid #DA77DF

RGB

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

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

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

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

CMYK

 C value IS 0.02

 M value IS 0.47

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

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

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

Color convert

RGB 218 119 223 -
CMYK 0.02 0.47 0 0.13
HSL 297.12º 0.62% 0.67% -
HSV(B) 297.12º 0.47% 0.87% -
XYZ 48.83 33.43 73.69 -
YUV 160.46 163.3 169.04 -
System Red Green Blue C M Y K H S L
Decimal 218 119 223 0.02 0.47 0 0.13 297.12 0.62 0.67
Hex DA 77 DF 2 2F 0 D 129 3E 43
Octal 332 167 337 2 57 0 15 451 76 103
Binary 11011010 1110111 11011111 10 101111 0 1101 100101001 111110 1000011

Color Harmonies of #DA77DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA77DF

Black with #DA77DF

Text Example


Text Example

White with #DA77DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA77DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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