Html Css Color HEX #DA7EDA Orchid

📋 copy color: '#DA7EDA'

red 218 ◦ green 126 ◦ blue 218

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

Shades of Orchid #DA7EDA

Tints of Orchid #DA7EDA

RGB

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

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

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

R = 38.79%
G = 22.42%
B = 38.79%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#DA7EDA (or 0xDA7EDA) is known color: Orchid. HEX triplet: DA, 7E and DA. RGB value is (218,126,218). Sum of RGB (Red+Green+Blue) = 218+126+218=562 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.79% from 562); Green value is 126 (49.61% from 255 or 22.42% from 562); Blue value is 218 (85.55% from 255 or 38.79% from 562); Max value from RGB is 218 - color contains mainly: red, blue. Hex color #DA7EDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA7EDA is #258125. Grayscale: #A3A3A3. Windows color (decimal): -2457894 or 14319322. OLE color: 14319322.

HSL color Cylindrical-coordinate representation of color #DA7EDA: hue angle of 300º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DA7EDA is Cyan = 0, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 126 218 -
CMYK 0 0.42 0 0.15
HSL 300º 0.55% 0.67% -
HSV(B) 300º 0.42% 0.85% -
XYZ 49.03 34.89 70.48 -
YUV 164 158.48 166.52 -
System Red Green Blue C M Y K H S L
Decimal 218 126 218 0 0.42 0 0.15 300 0.55 0.67
Hex DA 7E DA 0 2A 0 F 12C 37 43
Octal 332 176 332 0 52 0 17 454 67 103
Binary 11011010 1111110 11011010 0 101010 0 1111 100101100 110111 1000011

Color Harmonies of #DA7EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7EDA

Black with #DA7EDA

Text Example


Text Example

White with #DA7EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7EDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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