Html Css Color HEX #DB67BE Orchid

📋 copy color: '#DB67BE'

red 219 ◦ green 103 ◦ blue 190

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

Shades of Orchid #DB67BE

Tints of Orchid #DB67BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 37.11%

R = 42.77%
G = 20.12%
B = 37.11%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.13

 K value IS 0.14

RGB Variations

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

Color information

#DB67BE (or 0xDB67BE) is known color: Orchid. HEX triplet: DB, 67 and BE. RGB value is (219,103,190). Sum of RGB (Red+Green+Blue) = 219+103+190=512 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.77% from 512); Green value is 103 (40.62% from 255 or 20.12% from 512); Blue value is 190 (74.61% from 255 or 37.11% from 512); Max value from RGB is 219 - color contains mainly: red. Hex color #DB67BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB67BE is #249841. Grayscale: #939393. Windows color (decimal): -2398274 or 12478427. OLE color: 12478427.

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

Color convert

RGB 219 103 190 -
CMYK 0 0.53 0.13 0.14
HSL 315º 0.62% 0.63% -
HSV(B) 315º 0.53% 0.86% -
XYZ 43.36 28.48 51.93 -
YUV 147.6 151.93 178.93 -
System Red Green Blue C M Y K H S L
Decimal 219 103 190 0 0.53 0.13 0.14 315 0.62 0.63
Hex DB 67 BE 0 35 D E 13B 3E 3F
Octal 333 147 276 0 65 15 16 473 76 77
Binary 11011011 1100111 10111110 0 110101 1101 1110 100111011 111110 111111

Color Harmonies of #DB67BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB67BE

Black with #DB67BE

Text Example


Text Example

White with #DB67BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB67BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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