Html Css Color HEX #DB65C0 Orchid

📋 copy color: '#DB65C0'

red 219 ◦ green 101 ◦ blue 192

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

Shades of Orchid #DB65C0

Tints of Orchid #DB65C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 37.5%

R = 42.77%
G = 19.73%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.12

 K value IS 0.14

RGB Variations

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

Color information

#DB65C0 (or 0xDB65C0) is known color: Orchid. HEX triplet: DB, 65 and C0. RGB value is (219,101,192). Sum of RGB (Red+Green+Blue) = 219+101+192=512 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.77% from 512); Green value is 101 (39.84% from 255 or 19.73% from 512); Blue value is 192 (75.39% from 255 or 37.5% from 512); Max value from RGB is 219 - color contains mainly: red. Hex color #DB65C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB65C0 is #249A3F. Grayscale: #929292. Windows color (decimal): -2398784 or 12608987. OLE color: 12608987.

HSL color Cylindrical-coordinate representation of color #DB65C0: hue angle of 313.73º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DB65C0 is Cyan = 0, Magento = 0.54, Yellow = 0.12 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 101 192 -
CMYK 0 0.54 0.12 0.14
HSL 313.73º 0.62% 0.63% -
HSV(B) 313.73º 0.54% 0.86% -
XYZ 43.38 28.17 53.02 -
YUV 146.66 153.59 179.6 -
System Red Green Blue C M Y K H S L
Decimal 219 101 192 0 0.54 0.12 0.14 313.73 0.62 0.63
Hex DB 65 C0 0 36 C E 13A 3E 3F
Octal 333 145 300 0 66 14 16 472 76 77
Binary 11011011 1100101 11000000 0 110110 1100 1110 100111010 111110 111111

Color Harmonies of #DB65C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB65C0

Black with #DB65C0

Text Example


Text Example

White with #DB65C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB65C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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