Html Css Color HEX #DA6DDB Orchid

📋 copy color: '#DA6DDB'

red 218 ◦ green 109 ◦ blue 219

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

Shades of Orchid #DA6DDB

Tints of Orchid #DA6DDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 40.11%

R = 39.93%
G = 19.96%
B = 40.11%

CMYK

 C value IS 0.00

 M value IS 0.50

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#DA6DDB (or 0xDA6DDB) is known color: Orchid. HEX triplet: DA, 6D and DB. RGB value is (218,109,219). Sum of RGB (Red+Green+Blue) = 218+109+219=546 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.93% from 546); Green value is 109 (42.97% from 255 or 19.96% from 546); Blue value is 219 (85.94% from 255 or 40.11% from 546); Max value from RGB is 219 - color contains mainly: blue. Hex color #DA6DDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA6DDB is #259224. Grayscale: #999999. Windows color (decimal): -2462245 or 14380506. OLE color: 14380506.

HSL color Cylindrical-coordinate representation of color #DA6DDB: hue angle of 299.45º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DA6DDB is Cyan = 0.00, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 218 109 219 -
CMYK 0.00 0.50 0 0.14
HSL 299.45º 0.6% 0.64% -
HSV(B) 299.45º 0.5% 0.86% -
XYZ 47.17 30.96 70.51 -
YUV 154.13 164.61 173.56 -
System Red Green Blue C M Y K H S L
Decimal 218 109 219 0.00 0.50 0 0.14 299.45 0.6 0.64
Hex DA 6D DB 0 32 0 E 12B 3C 40
Octal 332 155 333 0 62 0 16 453 74 100
Binary 11011010 1101101 11011011 0 110010 0 1110 100101011 111100 1000000

Color Harmonies of #DA6DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6DDB

Black with #DA6DDB

Text Example


Text Example

White with #DA6DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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