Html Css Color HEX #DA67DB Orchid

📋 copy color: '#DA67DB'

red 218 ◦ green 103 ◦ blue 219

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

Shades of Orchid #DA67DB

Tints of Orchid #DA67DB

RGB

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

 GREEN value IS 103 (40.63% from 255) = 19.07%

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

R = 40.37%
G = 19.07%
B = 40.56%

CMYK

 C value IS 0.00

 M value IS 0.53

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#DA67DB (or 0xDA67DB) is known color: Orchid. HEX triplet: DA, 67 and DB. RGB value is (218,103,219). Sum of RGB (Red+Green+Blue) = 218+103+219=540 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.37% from 540); Green value is 103 (40.62% from 255 or 19.07% from 540); Blue value is 219 (85.94% from 255 or 40.56% from 540); Max value from RGB is 219 - color contains mainly: blue. Hex color #DA67DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA67DB is #259824. Grayscale: #969696. Windows color (decimal): -2463781 or 14378970. OLE color: 14378970.

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

Color convert

RGB 218 103 219 -
CMYK 0.00 0.53 0 0.14
HSL 299.48º 0.62% 0.63% -
HSV(B) 299.48º 0.53% 0.86% -
XYZ 46.55 29.72 70.3 -
YUV 150.61 166.6 176.07 -
System Red Green Blue C M Y K H S L
Decimal 218 103 219 0.00 0.53 0 0.14 299.48 0.62 0.63
Hex DA 67 DB 0 35 0 E 12B 3E 3F
Octal 332 147 333 0 65 0 16 453 76 77
Binary 11011010 1100111 11011011 0 110101 0 1110 100101011 111110 111111

Color Harmonies of #DA67DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA67DB

Black with #DA67DB

Text Example


Text Example

White with #DA67DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA67DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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