Html Css Color HEX #DB64EA Orchid

📋 copy color: '#DB64EA'

red 219 ◦ green 100 ◦ blue 234

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

Shades of Orchid #DB64EA

Tints of Orchid #DB64EA

RGB

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

 GREEN value IS 100 (39.45% from 255) = 18.08%

 BLUE value IS 234 (91.8% from 255) = 42.31%

R = 39.6%
G = 18.08%
B = 42.31%

CMYK

 C value IS 0.06

 M value IS 0.57

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DB64EA (or 0xDB64EA) is known color: Orchid. HEX triplet: DB, 64 and EA. RGB value is (219,100,234). Sum of RGB (Red+Green+Blue) = 219+100+234=553 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.60% from 553); Green value is 100 (39.45% from 255 or 18.08% from 553); Blue value is 234 (91.80% from 255 or 42.31% from 553); Max value from RGB is 234 - color contains mainly: blue. Hex color #DB64EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB64EA is #249B15. Grayscale: #969696. Windows color (decimal): -2398998 or 15361243. OLE color: 15361243.

HSL color Cylindrical-coordinate representation of color #DB64EA: hue angle of 293.28º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DB64EA is Cyan = 0.06, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 219 100 234 -
CMYK 0.06 0.57 0 0.08
HSL 293.28º 0.76% 0.65% -
HSV(B) 293.28º 0.57% 0.92% -
XYZ 48.62 30.11 81.09 -
YUV 150.86 174.92 176.6 -
System Red Green Blue C M Y K H S L
Decimal 219 100 234 0.06 0.57 0 0.08 293.28 0.76 0.65
Hex DB 64 EA 6 39 0 8 125 4C 41
Octal 333 144 352 6 71 0 10 445 114 101
Binary 11011011 1100100 11101010 110 111001 0 1000 100100101 1001100 1000001

Color Harmonies of #DB64EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB64EA

Black with #DB64EA

Text Example


Text Example

White with #DB64EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB64EA; }

 p { color: rgb(219,100,234); }

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

background-color css

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

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

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

border-color css

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

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

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