Html Css Color HEX #DA6DCD Orchid

📋 copy color: '#DA6DCD'

red 218 ◦ green 109 ◦ blue 205

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

Shades of Orchid #DA6DCD

Tints of Orchid #DA6DCD

RGB

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

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

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

R = 40.98%
G = 20.49%
B = 38.53%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#DA6DCD (or 0xDA6DCD) is known color: Orchid. HEX triplet: DA, 6D and CD. RGB value is (218,109,205). Sum of RGB (Red+Green+Blue) = 218+109+205=532 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.98% from 532); Green value is 109 (42.97% from 255 or 20.49% from 532); Blue value is 205 (80.47% from 255 or 38.53% from 532); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6DCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA6DCD is #259232. Grayscale: #989898. Windows color (decimal): -2462259 or 13463002. OLE color: 13463002.

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

Color convert

RGB 218 109 205 -
CMYK 0 0.5 0.06 0.15
HSL 307.16º 0.6% 0.64% -
HSV(B) 307.16º 0.5% 0.85% -
XYZ 45.4 30.25 61.2 -
YUV 152.54 157.61 174.69 -
System Red Green Blue C M Y K H S L
Decimal 218 109 205 0 0.5 0.06 0.15 307.16 0.6 0.64
Hex DA 6D CD 0 32 6 F 133 3C 40
Octal 332 155 315 0 62 6 17 463 74 100
Binary 11011010 1101101 11001101 0 110010 110 1111 100110011 111100 1000000

Color Harmonies of #DA6DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6DCD

Black with #DA6DCD

Text Example


Text Example

White with #DA6DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6DCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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