Html Css Color HEX #DB65E0 Orchid

📋 copy color: '#DB65E0'

red 219 ◦ green 101 ◦ blue 224

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

Shades of Orchid #DB65E0

Tints of Orchid #DB65E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 41.18%

R = 40.26%
G = 18.57%
B = 41.18%

CMYK

 C value IS 0.02

 M value IS 0.55

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#DB65E0 (or 0xDB65E0) is known color: Orchid. HEX triplet: DB, 65 and E0. RGB value is (219,101,224). Sum of RGB (Red+Green+Blue) = 219+101+224=544 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.26% from 544); Green value is 101 (39.84% from 255 or 18.57% from 544); Blue value is 224 (87.89% from 255 or 41.18% from 544); Max value from RGB is 224 - color contains mainly: blue. Hex color #DB65E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB65E0 is #249A1F. Grayscale: #959595. Windows color (decimal): -2398752 or 14706139. OLE color: 14706139.

HSL color Cylindrical-coordinate representation of color #DB65E0: hue angle of 297.56º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DB65E0 is Cyan = 0.02, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 219 101 224 -
CMYK 0.02 0.55 0 0.12
HSL 297.56º 0.66% 0.64% -
HSV(B) 297.56º 0.55% 0.88% -
XYZ 47.32 29.75 73.77 -
YUV 150.3 169.59 177 -
System Red Green Blue C M Y K H S L
Decimal 219 101 224 0.02 0.55 0 0.12 297.56 0.66 0.64
Hex DB 65 E0 2 37 0 C 12A 42 40
Octal 333 145 340 2 67 0 14 452 102 100
Binary 11011011 1100101 11100000 10 110111 0 1100 100101010 1000010 1000000

Color Harmonies of #DB65E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB65E0

Black with #DB65E0

Text Example


Text Example

White with #DB65E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB65E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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