Html Css Color HEX #DA7EDF Orchid

📋 copy color: '#DA7EDF'

red 218 ◦ green 126 ◦ blue 223

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

Shades of Orchid #DA7EDF

Tints of Orchid #DA7EDF

RGB

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

 GREEN value IS 126 (49.61% from 255) = 22.22%

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

R = 38.45%
G = 22.22%
B = 39.33%

CMYK

 C value IS 0.02

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DA7EDF (or 0xDA7EDF) is known color: Orchid. HEX triplet: DA, 7E and DF. RGB value is (218,126,223). Sum of RGB (Red+Green+Blue) = 218+126+223=567 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.45% from 567); Green value is 126 (49.61% from 255 or 22.22% from 567); Blue value is 223 (87.5% from 255 or 39.33% from 567); Max value from RGB is 223 - color contains mainly: blue. Hex color #DA7EDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA7EDF is #258120. Grayscale: #A4A4A4. Windows color (decimal): -2457889 or 14647002. OLE color: 14647002.

HSL color Cylindrical-coordinate representation of color #DA7EDF: hue angle of 296.91º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DA7EDF is Cyan = 0.02, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 218 126 223 -
CMYK 0.02 0.43 0 0.13
HSL 296.91º 0.6% 0.68% -
HSV(B) 296.91º 0.43% 0.87% -
XYZ 49.69 35.15 73.98 -
YUV 164.57 160.98 166.11 -
System Red Green Blue C M Y K H S L
Decimal 218 126 223 0.02 0.43 0 0.13 296.91 0.6 0.68
Hex DA 7E DF 2 2B 0 D 129 3C 44
Octal 332 176 337 2 53 0 15 451 74 104
Binary 11011010 1111110 11011111 10 101011 0 1101 100101001 111100 1000100

Color Harmonies of #DA7EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7EDF

Black with #DA7EDF

Text Example


Text Example

White with #DA7EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7EDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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