Html Css Color HEX #DA6AC2 Orchid

📋 copy color: '#DA6AC2'

red 218 ◦ green 106 ◦ blue 194

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

Shades of Orchid #DA6AC2

Tints of Orchid #DA6AC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 37.45%

R = 42.08%
G = 20.46%
B = 37.45%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.11

 K value IS 0.15

RGB Variations

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

Color information

#DA6AC2 (or 0xDA6AC2) is known color: Orchid. HEX triplet: DA, 6A and C2. RGB value is (218,106,194). Sum of RGB (Red+Green+Blue) = 218+106+194=518 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.08% from 518); Green value is 106 (41.80% from 255 or 20.46% from 518); Blue value is 194 (76.17% from 255 or 37.45% from 518); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6AC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA6AC2 is #25953D. Grayscale: #959595. Windows color (decimal): -2463038 or 12741338. OLE color: 12741338.

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

Color convert

RGB 218 106 194 -
CMYK 0 0.51 0.11 0.15
HSL 312.86º 0.6% 0.64% -
HSV(B) 312.86º 0.51% 0.85% -
XYZ 43.81 29.11 54.35 -
YUV 149.52 153.11 176.84 -
System Red Green Blue C M Y K H S L
Decimal 218 106 194 0 0.51 0.11 0.15 312.86 0.6 0.64
Hex DA 6A C2 0 33 B F 139 3C 40
Octal 332 152 302 0 63 13 17 471 74 100
Binary 11011010 1101010 11000010 0 110011 1011 1111 100111001 111100 1000000

Color Harmonies of #DA6AC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6AC2

Black with #DA6AC2

Text Example


Text Example

White with #DA6AC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6AC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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