Html Css Color HEX #DA6DDA Orchid

📋 copy color: '#DA6DDA'

red 218 ◦ green 109 ◦ blue 218

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

Shades of Orchid #DA6DDA

Tints of Orchid #DA6DDA

RGB

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

 GREEN value IS 109 (42.97% from 255) = 20%

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

R = 40%
G = 20%
B = 40%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#DA6DDA (or 0xDA6DDA) is known color: Orchid. HEX triplet: DA, 6D and DA. RGB value is (218,109,218). Sum of RGB (Red+Green+Blue) = 218+109+218=545 (72% of max value = 765). Red value is 218 (85.55% from 255 or 40% from 545); Green value is 109 (42.97% from 255 or 20% from 545); Blue value is 218 (85.55% from 255 or 40% from 545); Max value from RGB is 218 - color contains mainly: red, blue. Hex color #DA6DDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA6DDA is #259225. Grayscale: #999999. Windows color (decimal): -2462246 or 14314970. OLE color: 14314970.

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

Color convert

RGB 218 109 218 -
CMYK 0 0.5 0 0.15
HSL 300º 0.6% 0.64% -
HSV(B) 300º 0.5% 0.85% -
XYZ 47.04 30.9 69.82 -
YUV 154.02 164.11 173.64 -
System Red Green Blue C M Y K H S L
Decimal 218 109 218 0 0.5 0 0.15 300 0.6 0.64
Hex DA 6D DA 0 32 0 F 12C 3C 40
Octal 332 155 332 0 62 0 17 454 74 100
Binary 11011010 1101101 11011010 0 110010 0 1111 100101100 111100 1000000

Color Harmonies of #DA6DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6DDA

Black with #DA6DDA

Text Example


Text Example

White with #DA6DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6DDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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