Html Css Color HEX #DB67E4 Orchid

📋 copy color: '#DB67E4'

red 219 ◦ green 103 ◦ blue 228

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

Shades of Orchid #DB67E4

Tints of Orchid #DB67E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 41.45%

R = 39.82%
G = 18.73%
B = 41.45%

CMYK

 C value IS 0.04

 M value IS 0.55

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#DB67E4 (or 0xDB67E4) is known color: Orchid. HEX triplet: DB, 67 and E4. RGB value is (219,103,228). Sum of RGB (Red+Green+Blue) = 219+103+228=550 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.82% from 550); Green value is 103 (40.62% from 255 or 18.73% from 550); Blue value is 228 (89.45% from 255 or 41.45% from 550); Max value from RGB is 228 - color contains mainly: blue. Hex color #DB67E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB67E4 is #24981B. Grayscale: #979797. Windows color (decimal): -2398236 or 14968795. OLE color: 14968795.

HSL color Cylindrical-coordinate representation of color #DB67E4: hue angle of 295.68º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DB67E4 is Cyan = 0.04, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 219 103 228 -
CMYK 0.04 0.55 0 0.11
HSL 295.68º 0.7% 0.65% -
HSV(B) 295.68º 0.55% 0.89% -
XYZ 48.07 30.36 76.73 -
YUV 151.93 170.93 175.84 -
System Red Green Blue C M Y K H S L
Decimal 219 103 228 0.04 0.55 0 0.11 295.68 0.7 0.65
Hex DB 67 E4 4 37 0 B 128 46 41
Octal 333 147 344 4 67 0 13 450 106 101
Binary 11011011 1100111 11100100 100 110111 0 1011 100101000 1000110 1000001

Color Harmonies of #DB67E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB67E4

Black with #DB67E4

Text Example


Text Example

White with #DB67E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB67E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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