Html Css Color HEX #DA6ADD Orchid

📋 copy color: '#DA6ADD'

red 218 ◦ green 106 ◦ blue 221

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

Shades of Orchid #DA6ADD

Tints of Orchid #DA6ADD

RGB

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

 GREEN value IS 106 (41.8% from 255) = 19.45%

 BLUE value IS 221 (86.72% from 255) = 40.55%

R = 40%
G = 19.45%
B = 40.55%

CMYK

 C value IS 0.01

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DA6ADD (or 0xDA6ADD) is known color: Orchid. HEX triplet: DA, 6A and DD. RGB value is (218,106,221). Sum of RGB (Red+Green+Blue) = 218+106+221=545 (72% of max value = 765). Red value is 218 (85.55% from 255 or 40% from 545); Green value is 106 (41.80% from 255 or 19.45% from 545); Blue value is 221 (86.72% from 255 or 40.55% from 545); Max value from RGB is 221 - color contains mainly: blue. Hex color #DA6ADD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA6ADD is #259522. Grayscale: #989898. Windows color (decimal): -2463011 or 14510810. OLE color: 14510810.

HSL color Cylindrical-coordinate representation of color #DA6ADD: hue angle of 298.43º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DA6ADD is Cyan = 0.01, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 218 106 221 -
CMYK 0.01 0.52 0 0.13
HSL 298.43º 0.63% 0.64% -
HSV(B) 298.43º 0.52% 0.87% -
XYZ 47.12 30.43 71.8 -
YUV 152.6 166.61 174.65 -
System Red Green Blue C M Y K H S L
Decimal 218 106 221 0.01 0.52 0 0.13 298.43 0.63 0.64
Hex DA 6A DD 1 34 0 D 12A 3F 40
Octal 332 152 335 1 64 0 15 452 77 100
Binary 11011010 1101010 11011101 1 110100 0 1101 100101010 111111 1000000

Color Harmonies of #DA6ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6ADD

Black with #DA6ADD

Text Example


Text Example

White with #DA6ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6ADD; }

 p { color: rgb(218,106,221); }

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

background-color css

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

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

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

border-color css

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

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

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