Html Css Color HEX #DA6FD8 Orchid

📋 copy color: '#DA6FD8'

red 218 ◦ green 111 ◦ blue 216

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

Shades of Orchid #DA6FD8

Tints of Orchid #DA6FD8

RGB

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

 GREEN value IS 111 (43.75% from 255) = 20.37%

 BLUE value IS 216 (84.77% from 255) = 39.63%

R = 40%
G = 20.37%
B = 39.63%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.01

 K value IS 0.15

RGB Variations

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

Color information

#DA6FD8 (or 0xDA6FD8) is known color: Orchid. HEX triplet: DA, 6F and D8. RGB value is (218,111,216). Sum of RGB (Red+Green+Blue) = 218+111+216=545 (72% of max value = 765). Red value is 218 (85.55% from 255 or 40% from 545); Green value is 111 (43.75% from 255 or 20.37% from 545); Blue value is 216 (84.77% from 255 or 39.63% from 545); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6FD8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA6FD8 is #259027. Grayscale: #9A9A9A. Windows color (decimal): -2461736 or 14184410. OLE color: 14184410.

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

Color convert

RGB 218 111 216 -
CMYK 0 0.49 0.01 0.15
HSL 301.12º 0.59% 0.65% -
HSV(B) 301.12º 0.49% 0.85% -
XYZ 46.99 31.23 68.52 -
YUV 154.96 162.45 172.96 -
System Red Green Blue C M Y K H S L
Decimal 218 111 216 0 0.49 0.01 0.15 301.12 0.59 0.65
Hex DA 6F D8 0 31 1 F 12D 3B 41
Octal 332 157 330 0 61 1 17 455 73 101
Binary 11011010 1101111 11011000 0 110001 1 1111 100101101 111011 1000001

Color Harmonies of #DA6FD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6FD8

Black with #DA6FD8

Text Example


Text Example

White with #DA6FD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6FD8; }

 p { color: rgb(218,111,216); }

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

background-color css

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

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

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

border-color css

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

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

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