Html Css Color HEX #DA6CDC Orchid

📋 copy color: '#DA6CDC'

red 218 ◦ green 108 ◦ blue 220

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

Shades of Orchid #DA6CDC

Tints of Orchid #DA6CDC

RGB

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

 GREEN value IS 108 (42.58% from 255) = 19.78%

 BLUE value IS 220 (86.33% from 255) = 40.29%

R = 39.93%
G = 19.78%
B = 40.29%

CMYK

 C value IS 0.01

 M value IS 0.51

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#DA6CDC (or 0xDA6CDC) is known color: Orchid. HEX triplet: DA, 6C and DC. RGB value is (218,108,220). Sum of RGB (Red+Green+Blue) = 218+108+220=546 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.93% from 546); Green value is 108 (42.58% from 255 or 19.78% from 546); Blue value is 220 (86.33% from 255 or 40.29% from 546); Max value from RGB is 220 - color contains mainly: blue. Hex color #DA6CDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA6CDC is #259323. Grayscale: #999999. Windows color (decimal): -2462500 or 14445786. OLE color: 14445786.

HSL color Cylindrical-coordinate representation of color #DA6CDC: hue angle of 298.93º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DA6CDC is Cyan = 0.01, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 218 108 220 -
CMYK 0.01 0.51 0 0.14
HSL 298.93º 0.62% 0.64% -
HSV(B) 298.93º 0.51% 0.86% -
XYZ 47.19 30.8 71.17 -
YUV 153.66 165.44 173.89 -
System Red Green Blue C M Y K H S L
Decimal 218 108 220 0.01 0.51 0 0.14 298.93 0.62 0.64
Hex DA 6C DC 1 33 0 E 12B 3E 40
Octal 332 154 334 1 63 0 16 453 76 100
Binary 11011010 1101100 11011100 1 110011 0 1110 100101011 111110 1000000

Color Harmonies of #DA6CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6CDC

Black with #DA6CDC

Text Example


Text Example

White with #DA6CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6CDC; }

 p { color: rgb(218,108,220); }

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

background-color css

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

 a { background-color: rgb(218,108,220); }

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

border-color css

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

 span { border-color: rgb(218,108,220); }

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