Html Css Color HEX #DB65E9 Orchid

📋 copy color: '#DB65E9'

red 219 ◦ green 101 ◦ blue 233

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

Shades of Orchid #DB65E9

Tints of Orchid #DB65E9

RGB

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

 GREEN value IS 101 (39.84% from 255) = 18.26%

 BLUE value IS 233 (91.41% from 255) = 42.13%

R = 39.6%
G = 18.26%
B = 42.13%

CMYK

 C value IS 0.06

 M value IS 0.57

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#DB65E9 (or 0xDB65E9) is known color: Orchid. HEX triplet: DB, 65 and E9. RGB value is (219,101,233). Sum of RGB (Red+Green+Blue) = 219+101+233=553 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.60% from 553); Green value is 101 (39.84% from 255 or 18.26% from 553); Blue value is 233 (91.41% from 255 or 42.13% from 553); Max value from RGB is 233 - color contains mainly: blue. Hex color #DB65E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB65E9 is #249A16. Grayscale: #969696. Windows color (decimal): -2398743 or 15295963. OLE color: 15295963.

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

Color convert

RGB 219 101 233 -
CMYK 0.06 0.57 0 0.09
HSL 293.64º 0.75% 0.65% -
HSV(B) 293.64º 0.57% 0.91% -
XYZ 48.58 30.25 80.37 -
YUV 151.33 174.09 176.27 -
System Red Green Blue C M Y K H S L
Decimal 219 101 233 0.06 0.57 0 0.09 293.64 0.75 0.65
Hex DB 65 E9 6 39 0 9 126 4B 41
Octal 333 145 351 6 71 0 11 446 113 101
Binary 11011011 1100101 11101001 110 111001 0 1001 100100110 1001011 1000001

Color Harmonies of #DB65E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB65E9

Black with #DB65E9

Text Example


Text Example

White with #DB65E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB65E9; }

 p { color: rgb(219,101,233); }

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

background-color css

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

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

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

border-color css

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

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

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