Html Css Color HEX #DA6AD7 Orchid

📋 copy color: '#DA6AD7'

red 218 ◦ green 106 ◦ blue 215

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

Shades of Orchid #DA6AD7

Tints of Orchid #DA6AD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 39.89%

R = 40.45%
G = 19.67%
B = 39.89%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.01

 K value IS 0.15

RGB Variations

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

Color information

#DA6AD7 (or 0xDA6AD7) is known color: Orchid. HEX triplet: DA, 6A and D7. RGB value is (218,106,215). Sum of RGB (Red+Green+Blue) = 218+106+215=539 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.45% from 539); Green value is 106 (41.80% from 255 or 19.67% from 539); Blue value is 215 (84.38% from 255 or 39.89% from 539); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6AD7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA6AD7 is #259528. Grayscale: #979797. Windows color (decimal): -2463017 or 14117594. OLE color: 14117594.

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

Color convert

RGB 218 106 215 -
CMYK 0 0.51 0.01 0.15
HSL 301.61º 0.6% 0.64% -
HSV(B) 301.61º 0.51% 0.85% -
XYZ 46.33 30.12 67.66 -
YUV 151.91 163.61 175.14 -
System Red Green Blue C M Y K H S L
Decimal 218 106 215 0 0.51 0.01 0.15 301.61 0.6 0.64
Hex DA 6A D7 0 33 1 F 12E 3C 40
Octal 332 152 327 0 63 1 17 456 74 100
Binary 11011010 1101010 11010111 0 110011 1 1111 100101110 111100 1000000

Color Harmonies of #DA6AD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6AD7

Black with #DA6AD7

Text Example


Text Example

White with #DA6AD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6AD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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