Html Css Color HEX #DA6ACD Orchid

📋 copy color: '#DA6ACD'

red 218 ◦ green 106 ◦ blue 205

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

Shades of Orchid #DA6ACD

Tints of Orchid #DA6ACD

RGB

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

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

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

R = 41.21%
G = 20.04%
B = 38.75%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#DA6ACD (or 0xDA6ACD) is known color: Orchid. HEX triplet: DA, 6A and CD. RGB value is (218,106,205). Sum of RGB (Red+Green+Blue) = 218+106+205=529 (70% of max value = 765). Red value is 218 (85.55% from 255 or 41.21% from 529); Green value is 106 (41.80% from 255 or 20.04% from 529); Blue value is 205 (80.47% from 255 or 38.75% from 529); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6ACD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA6ACD is #259532. Grayscale: #969696. Windows color (decimal): -2463027 or 13462234. OLE color: 13462234.

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

Color convert

RGB 218 106 205 -
CMYK 0 0.51 0.06 0.15
HSL 306.96º 0.6% 0.64% -
HSV(B) 306.96º 0.51% 0.85% -
XYZ 45.09 29.62 61.1 -
YUV 150.77 158.61 175.95 -
System Red Green Blue C M Y K H S L
Decimal 218 106 205 0 0.51 0.06 0.15 306.96 0.6 0.64
Hex DA 6A CD 0 33 6 F 133 3C 40
Octal 332 152 315 0 63 6 17 463 74 100
Binary 11011010 1101010 11001101 0 110011 110 1111 100110011 111100 1000000

Color Harmonies of #DA6ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6ACD

Black with #DA6ACD

Text Example


Text Example

White with #DA6ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6ACD; }

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

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

background-color css

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

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

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

border-color css

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

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

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