Html Css Color HEX #DB67D9 Orchid

📋 copy color: '#DB67D9'

red 219 ◦ green 103 ◦ blue 217

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

Shades of Orchid #DB67D9

Tints of Orchid #DB67D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 40.26%

R = 40.63%
G = 19.11%
B = 40.26%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.01

 K value IS 0.14

RGB Variations

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

Color information

#DB67D9 (or 0xDB67D9) is known color: Orchid. HEX triplet: DB, 67 and D9. RGB value is (219,103,217). Sum of RGB (Red+Green+Blue) = 219+103+217=539 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.63% from 539); Green value is 103 (40.62% from 255 or 19.11% from 539); Blue value is 217 (85.16% from 255 or 40.26% from 539); Max value from RGB is 219 - color contains mainly: red. Hex color #DB67D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB67D9 is #249826. Grayscale: #969696. Windows color (decimal): -2398247 or 14247899. OLE color: 14247899.

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

Color convert

RGB 219 103 217 -
CMYK 0 0.53 0.01 0.14
HSL 301.03º 0.62% 0.63% -
HSV(B) 301.03º 0.53% 0.86% -
XYZ 46.59 29.77 68.94 -
YUV 150.68 165.43 176.73 -
System Red Green Blue C M Y K H S L
Decimal 219 103 217 0 0.53 0.01 0.14 301.03 0.62 0.63
Hex DB 67 D9 0 35 1 E 12D 3E 3F
Octal 333 147 331 0 65 1 16 455 76 77
Binary 11011011 1100111 11011001 0 110101 1 1110 100101101 111110 111111

Color Harmonies of #DB67D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB67D9

Black with #DB67D9

Text Example


Text Example

White with #DB67D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB67D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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