Html Css Color HEX #DB67DB Orchid

📋 copy color: '#DB67DB'

red 219 ◦ green 103 ◦ blue 219

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

Shades of Orchid #DB67DB

Tints of Orchid #DB67DB

RGB

 RED value IS 219 (85.94% from 255) = 40.48%

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

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

R = 40.48%
G = 19.04%
B = 40.48%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#DB67DB (or 0xDB67DB) is known color: Orchid. HEX triplet: DB, 67 and DB. RGB value is (219,103,219). Sum of RGB (Red+Green+Blue) = 219+103+219=541 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.48% from 541); Green value is 103 (40.62% from 255 or 19.04% from 541); Blue value is 219 (85.94% from 255 or 40.48% from 541); Max value from RGB is 219 - color contains mainly: red, blue. Hex color #DB67DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB67DB is #249824. Grayscale: #969696. Windows color (decimal): -2398245 or 14378971. OLE color: 14378971.

HSL color Cylindrical-coordinate representation of color #DB67DB: hue angle of 300º 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 #DB67DB is Cyan = 0, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 103 219 -
CMYK 0 0.53 0 0.14
HSL 300º 0.62% 0.63% -
HSV(B) 300º 0.53% 0.86% -
XYZ 46.85 29.88 70.32 -
YUV 150.91 166.43 176.57 -
System Red Green Blue C M Y K H S L
Decimal 219 103 219 0 0.53 0 0.14 300 0.62 0.63
Hex DB 67 DB 0 35 0 E 12C 3E 3F
Octal 333 147 333 0 65 0 16 454 76 77
Binary 11011011 1100111 11011011 0 110101 0 1110 100101100 111110 111111

Color Harmonies of #DB67DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB67DB

Black with #DB67DB

Text Example


Text Example

White with #DB67DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB67DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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