Html Css Color HEX #DB65DD Orchid

📋 copy color: '#DB65DD'

red 219 ◦ green 101 ◦ blue 221

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

Shades of Orchid #DB65DD

Tints of Orchid #DB65DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 40.85%

R = 40.48%
G = 18.67%
B = 40.85%

CMYK

 C value IS 0.01

 M value IS 0.54

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DB65DD (or 0xDB65DD) is known color: Orchid. HEX triplet: DB, 65 and DD. RGB value is (219,101,221). Sum of RGB (Red+Green+Blue) = 219+101+221=541 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.48% from 541); Green value is 101 (39.84% from 255 or 18.67% from 541); Blue value is 221 (86.72% from 255 or 40.85% from 541); Max value from RGB is 221 - color contains mainly: blue. Hex color #DB65DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB65DD is #249A22. Grayscale: #959595. Windows color (decimal): -2398755 or 14509531. OLE color: 14509531.

HSL color Cylindrical-coordinate representation of color #DB65DD: hue angle of 299º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DB65DD is Cyan = 0.01, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 219 101 221 -
CMYK 0.01 0.54 0 0.13
HSL 299º 0.64% 0.63% -
HSV(B) 299º 0.54% 0.87% -
XYZ 46.92 29.59 71.64 -
YUV 149.96 168.09 177.24 -
System Red Green Blue C M Y K H S L
Decimal 219 101 221 0.01 0.54 0 0.13 299 0.64 0.63
Hex DB 65 DD 1 36 0 D 12B 40 3F
Octal 333 145 335 1 66 0 15 453 100 77
Binary 11011011 1100101 11011101 1 110110 0 1101 100101011 1000000 111111

Color Harmonies of #DB65DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB65DD

Black with #DB65DD

Text Example


Text Example

White with #DB65DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB65DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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