Html Css Color HEX #DA7ACD Orchid

📋 copy color: '#DA7ACD'

red 218 ◦ green 122 ◦ blue 205

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

Shades of Orchid #DA7ACD

Tints of Orchid #DA7ACD

RGB

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

 GREEN value IS 122 (48.05% from 255) = 22.39%

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

R = 40%
G = 22.39%
B = 37.61%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#DA7ACD (or 0xDA7ACD) is known color: Orchid. HEX triplet: DA, 7A and CD. RGB value is (218,122,205). Sum of RGB (Red+Green+Blue) = 218+122+205=545 (72% of max value = 765). Red value is 218 (85.55% from 255 or 40% from 545); Green value is 122 (48.05% from 255 or 22.39% from 545); Blue value is 205 (80.47% from 255 or 37.61% from 545); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7ACD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA7ACD is #258532. Grayscale: #9F9F9F. Windows color (decimal): -2458931 or 13466330. OLE color: 13466330.

HSL color Cylindrical-coordinate representation of color #DA7ACD: hue angle of 308.12º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DA7ACD is Cyan = 0, Magento = 0.44, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 122 205 -
CMYK 0 0.44 0.06 0.15
HSL 308.13º 0.56% 0.67% -
HSV(B) 308.13º 0.44% 0.85% -
XYZ 46.89 33.23 61.7 -
YUV 160.17 153.3 169.25 -
System Red Green Blue C M Y K H S L
Decimal 218 122 205 0 0.44 0.06 0.15 308.13 0.56 0.67
Hex DA 7A CD 0 2C 6 F 134 38 43
Octal 332 172 315 0 54 6 17 464 70 103
Binary 11011010 1111010 11001101 0 101100 110 1111 100110100 111000 1000011

Color Harmonies of #DA7ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7ACD

Black with #DA7ACD

Text Example


Text Example

White with #DA7ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7ACD; }

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

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

background-color css

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

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

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

border-color css

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

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

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