Html Css Color HEX #DA8AC9 Orchid

📋 copy color: '#DA8AC9'

red 218 ◦ green 138 ◦ blue 201

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

Shades of Orchid #DA8AC9

Tints of Orchid #DA8AC9

RGB

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

 GREEN value IS 138 (54.3% from 255) = 24.78%

 BLUE value IS 201 (78.91% from 255) = 36.09%

R = 39.14%
G = 24.78%
B = 36.09%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.08

 K value IS 0.15

RGB Variations

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

Color information

#DA8AC9 (or 0xDA8AC9) is known color: Orchid. HEX triplet: DA, 8A and C9. RGB value is (218,138,201). Sum of RGB (Red+Green+Blue) = 218+138+201=557 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.14% from 557); Green value is 138 (54.30% from 255 or 24.78% from 557); Blue value is 201 (78.91% from 255 or 36.09% from 557); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8AC9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA8AC9 is #257536. Grayscale: #A8A8A8. Windows color (decimal): -2454839 or 13208282. OLE color: 13208282.

HSL color Cylindrical-coordinate representation of color #DA8AC9: hue angle of 312.75º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DA8AC9 is Cyan = 0, Magento = 0.37, Yellow = 0.08 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 138 201 -
CMYK 0 0.37 0.08 0.15
HSL 312.75º 0.52% 0.7% -
HSV(B) 312.75º 0.37% 0.85% -
XYZ 48.54 37.3 59.9 -
YUV 169.1 146 162.88 -
System Red Green Blue C M Y K H S L
Decimal 218 138 201 0 0.37 0.08 0.15 312.75 0.52 0.7
Hex DA 8A C9 0 25 8 F 139 34 46
Octal 332 212 311 0 45 10 17 471 64 106
Binary 11011010 10001010 11001001 0 100101 1000 1111 100111001 110100 1000110

Color Harmonies of #DA8AC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8AC9

Black with #DA8AC9

Text Example


Text Example

White with #DA8AC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8AC9; }

 p { color: rgb(218,138,201); }

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

background-color css

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

 a { background-color: rgb(218,138,201); }

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

border-color css

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

 span { border-color: rgb(218,138,201); }

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