Html Css Color HEX #DA6AB9 Orchid

📋 copy color: '#DA6AB9'

red 218 ◦ green 106 ◦ blue 185

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

Shades of Orchid #DA6AB9

Tints of Orchid #DA6AB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 36.35%

R = 42.83%
G = 20.83%
B = 36.35%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.15

 K value IS 0.15

RGB Variations

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

Color information

#DA6AB9 (or 0xDA6AB9) is known color: Orchid. HEX triplet: DA, 6A and B9. RGB value is (218,106,185). Sum of RGB (Red+Green+Blue) = 218+106+185=509 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.83% from 509); Green value is 106 (41.80% from 255 or 20.83% from 509); Blue value is 185 (72.66% from 255 or 36.35% from 509); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6AB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA6AB9 is #259546. Grayscale: #949494. Windows color (decimal): -2463047 or 12151514. OLE color: 12151514.

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

Color convert

RGB 218 106 185 -
CMYK 0 0.51 0.15 0.15
HSL 317.68º 0.6% 0.64% -
HSV(B) 317.68º 0.51% 0.85% -
XYZ 42.82 28.72 49.18 -
YUV 148.49 148.61 177.58 -
System Red Green Blue C M Y K H S L
Decimal 218 106 185 0 0.51 0.15 0.15 317.68 0.6 0.64
Hex DA 6A B9 0 33 F F 13E 3C 40
Octal 332 152 271 0 63 17 17 476 74 100
Binary 11011010 1101010 10111001 0 110011 1111 1111 100111110 111100 1000000

Color Harmonies of #DA6AB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6AB9

Black with #DA6AB9

Text Example


Text Example

White with #DA6AB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6AB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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