Html Css Color HEX #DA6DC2 Orchid

📋 copy color: '#DA6DC2'

red 218 ◦ green 109 ◦ blue 194

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

Shades of Orchid #DA6DC2

Tints of Orchid #DA6DC2

RGB

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

 GREEN value IS 109 (42.97% from 255) = 20.92%

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

R = 41.84%
G = 20.92%
B = 37.24%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.11

 K value IS 0.15

RGB Variations

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

Color information

#DA6DC2 (or 0xDA6DC2) is known color: Orchid. HEX triplet: DA, 6D and C2. RGB value is (218,109,194). Sum of RGB (Red+Green+Blue) = 218+109+194=521 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.84% from 521); Green value is 109 (42.97% from 255 or 20.92% from 521); Blue value is 194 (76.17% from 255 or 37.24% from 521); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6DC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA6DC2 is #25923D. Grayscale: #979797. Windows color (decimal): -2462270 or 12742106. OLE color: 12742106.

HSL color Cylindrical-coordinate representation of color #DA6DC2: hue angle of 313.21º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DA6DC2 is Cyan = 0, Magento = 0.5, Yellow = 0.11 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 109 194 -
CMYK 0 0.5 0.11 0.15
HSL 313.21º 0.6% 0.64% -
HSV(B) 313.21º 0.5% 0.85% -
XYZ 44.12 29.74 54.45 -
YUV 151.28 152.11 175.59 -
System Red Green Blue C M Y K H S L
Decimal 218 109 194 0 0.5 0.11 0.15 313.21 0.6 0.64
Hex DA 6D C2 0 32 B F 139 3C 40
Octal 332 155 302 0 62 13 17 471 74 100
Binary 11011010 1101101 11000010 0 110010 1011 1111 100111001 111100 1000000

Color Harmonies of #DA6DC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6DC2

Black with #DA6DC2

Text Example


Text Example

White with #DA6DC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6DC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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