Html Css Color HEX #DA7ADA Orchid

📋 copy color: '#DA7ADA'

red 218 ◦ green 122 ◦ blue 218

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

Shades of Orchid #DA7ADA

Tints of Orchid #DA7ADA

RGB

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

 GREEN value IS 122 (48.05% from 255) = 21.86%

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

R = 39.07%
G = 21.86%
B = 39.07%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#DA7ADA (or 0xDA7ADA) is known color: Orchid. HEX triplet: DA, 7A and DA. RGB value is (218,122,218). Sum of RGB (Red+Green+Blue) = 218+122+218=558 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.07% from 558); Green value is 122 (48.05% from 255 or 21.86% from 558); Blue value is 218 (85.55% from 255 or 39.07% from 558); Max value from RGB is 218 - color contains mainly: red, blue. Hex color #DA7ADA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA7ADA is #258525. Grayscale: #A1A1A1. Windows color (decimal): -2458918 or 14318298. OLE color: 14318298.

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

Color convert

RGB 218 122 218 -
CMYK 0 0.44 0 0.15
HSL 300º 0.56% 0.67% -
HSV(B) 300º 0.44% 0.85% -
XYZ 48.53 33.89 70.31 -
YUV 161.65 159.8 168.19 -
System Red Green Blue C M Y K H S L
Decimal 218 122 218 0 0.44 0 0.15 300 0.56 0.67
Hex DA 7A DA 0 2C 0 F 12C 38 43
Octal 332 172 332 0 54 0 17 454 70 103
Binary 11011010 1111010 11011010 0 101100 0 1111 100101100 111000 1000011

Color Harmonies of #DA7ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7ADA

Black with #DA7ADA

Text Example


Text Example

White with #DA7ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7ADA; }

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

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

background-color css

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

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

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

border-color css

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

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

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