Html Css Color HEX #DA6AC1 Orchid

📋 copy color: '#DA6AC1'

red 218 ◦ green 106 ◦ blue 193

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

Shades of Orchid #DA6AC1

Tints of Orchid #DA6AC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 37.33%

R = 42.17%
G = 20.5%
B = 37.33%

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

#DA6AC1 (or 0xDA6AC1) is known color: Orchid. HEX triplet: DA, 6A and C1. RGB value is (218,106,193). Sum of RGB (Red+Green+Blue) = 218+106+193=517 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.17% from 517); Green value is 106 (41.80% from 255 or 20.50% from 517); Blue value is 193 (75.78% from 255 or 37.33% from 517); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6AC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA6AC1 is #25953E. Grayscale: #959595. Windows color (decimal): -2463039 or 12675802. OLE color: 12675802.

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

Color convert

RGB 218 106 193 -
CMYK 0 0.51 0.11 0.15
HSL 313.39º 0.6% 0.64% -
HSV(B) 313.39º 0.51% 0.85% -
XYZ 43.69 29.06 53.76 -
YUV 149.41 152.61 176.93 -
System Red Green Blue C M Y K H S L
Decimal 218 106 193 0 0.51 0.11 0.15 313.39 0.6 0.64
Hex DA 6A C1 0 33 B F 139 3C 40
Octal 332 152 301 0 63 13 17 471 74 100
Binary 11011010 1101010 11000001 0 110011 1011 1111 100111001 111100 1000000

Color Harmonies of #DA6AC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6AC1

Black with #DA6AC1

Text Example


Text Example

White with #DA6AC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6AC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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