Html Css Color HEX #DA6ECD Orchid

📋 copy color: '#DA6ECD'

red 218 ◦ green 110 ◦ blue 205

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

Shades of Orchid #DA6ECD

Tints of Orchid #DA6ECD

RGB

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

 GREEN value IS 110 (43.36% from 255) = 20.64%

 BLUE value IS 205 (80.47% from 255) = 38.46%

R = 40.9%
G = 20.64%
B = 38.46%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#DA6ECD (or 0xDA6ECD) is known color: Orchid. HEX triplet: DA, 6E and CD. RGB value is (218,110,205). Sum of RGB (Red+Green+Blue) = 218+110+205=533 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.90% from 533); Green value is 110 (43.36% from 255 or 20.64% from 533); Blue value is 205 (80.47% from 255 or 38.46% from 533); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6ECD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA6ECD is #259132. Grayscale: #989898. Windows color (decimal): -2462003 or 13463258. OLE color: 13463258.

HSL color Cylindrical-coordinate representation of color #DA6ECD: hue angle of 307.22º degrees, saturation: 0.59, 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 #DA6ECD is Cyan = 0, Magento = 0.50, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 110 205 -
CMYK 0 0.50 0.06 0.15
HSL 307.22º 0.59% 0.64% -
HSV(B) 307.22º 0.5% 0.85% -
XYZ 45.51 30.47 61.24 -
YUV 153.12 157.28 174.28 -
System Red Green Blue C M Y K H S L
Decimal 218 110 205 0 0.50 0.06 0.15 307.22 0.59 0.64
Hex DA 6E CD 0 32 6 F 133 3B 40
Octal 332 156 315 0 62 6 17 463 73 100
Binary 11011010 1101110 11001101 0 110010 110 1111 100110011 111011 1000000

Color Harmonies of #DA6ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6ECD

Black with #DA6ECD

Text Example


Text Example

White with #DA6ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6ECD; }

 p { color: rgb(218,110,205); }

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

background-color css

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

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

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

border-color css

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

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

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