Html Css Color HEX #DA6CDB Orchid

📋 copy color: '#DA6CDB'

red 218 ◦ green 108 ◦ blue 219

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

Shades of Orchid #DA6CDB

Tints of Orchid #DA6CDB

RGB

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

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

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

R = 40%
G = 19.82%
B = 40.18%

CMYK

 C value IS 0.00

 M value IS 0.51

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#DA6CDB (or 0xDA6CDB) is known color: Orchid. HEX triplet: DA, 6C and DB. RGB value is (218,108,219). Sum of RGB (Red+Green+Blue) = 218+108+219=545 (72% of max value = 765). Red value is 218 (85.55% from 255 or 40% from 545); Green value is 108 (42.58% from 255 or 19.82% from 545); Blue value is 219 (85.94% from 255 or 40.18% from 545); Max value from RGB is 219 - color contains mainly: blue. Hex color #DA6CDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA6CDB is #259324. Grayscale: #999999. Windows color (decimal): -2462501 or 14380250. OLE color: 14380250.

HSL color Cylindrical-coordinate representation of color #DA6CDB: hue angle of 299.46º degrees, saturation: 0.61, 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 #DA6CDB is Cyan = 0.00, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 218 108 219 -
CMYK 0.00 0.51 0 0.14
HSL 299.46º 0.61% 0.64% -
HSV(B) 299.46º 0.51% 0.86% -
XYZ 47.06 30.75 70.47 -
YUV 153.54 164.94 173.97 -
System Red Green Blue C M Y K H S L
Decimal 218 108 219 0.00 0.51 0 0.14 299.46 0.61 0.64
Hex DA 6C DB 0 33 0 E 12B 3D 40
Octal 332 154 333 0 63 0 16 453 75 100
Binary 11011010 1101100 11011011 0 110011 0 1110 100101011 111101 1000000

Color Harmonies of #DA6CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6CDB

Black with #DA6CDB

Text Example


Text Example

White with #DA6CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6CDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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