Html Css Color HEX #DA6FDB Orchid

📋 copy color: '#DA6FDB'

red 218 ◦ green 111 ◦ blue 219

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

Shades of Orchid #DA6FDB

Tints of Orchid #DA6FDB

RGB

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

 GREEN value IS 111 (43.75% from 255) = 20.26%

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

R = 39.78%
G = 20.26%
B = 39.96%

CMYK

 C value IS 0.00

 M value IS 0.49

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#DA6FDB (or 0xDA6FDB) is known color: Orchid. HEX triplet: DA, 6F and DB. RGB value is (218,111,219). Sum of RGB (Red+Green+Blue) = 218+111+219=548 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.78% from 548); Green value is 111 (43.75% from 255 or 20.26% from 548); Blue value is 219 (85.94% from 255 or 39.96% from 548); Max value from RGB is 219 - color contains mainly: blue. Hex color #DA6FDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA6FDB is #259024. Grayscale: #9A9A9A. Windows color (decimal): -2461733 or 14381018. OLE color: 14381018.

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

Color convert

RGB 218 111 219 -
CMYK 0.00 0.49 0 0.14
HSL 299.44º 0.6% 0.65% -
HSV(B) 299.44º 0.49% 0.86% -
XYZ 47.38 31.39 70.58 -
YUV 155.31 163.95 172.72 -
System Red Green Blue C M Y K H S L
Decimal 218 111 219 0.00 0.49 0 0.14 299.44 0.6 0.65
Hex DA 6F DB 0 31 0 E 12B 3C 41
Octal 332 157 333 0 61 0 16 453 74 101
Binary 11011010 1101111 11011011 0 110001 0 1110 100101011 111100 1000001

Color Harmonies of #DA6FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6FDB

Black with #DA6FDB

Text Example


Text Example

White with #DA6FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6FDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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