Html Css Color HEX #DB65C1 Orchid

📋 copy color: '#DB65C1'

red 219 ◦ green 101 ◦ blue 193

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

Shades of Orchid #DB65C1

Tints of Orchid #DB65C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 37.62%

R = 42.69%
G = 19.69%
B = 37.62%

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

#DB65C1 (or 0xDB65C1) is known color: Orchid. HEX triplet: DB, 65 and C1. RGB value is (219,101,193). Sum of RGB (Red+Green+Blue) = 219+101+193=513 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.69% from 513); Green value is 101 (39.84% from 255 or 19.69% from 513); Blue value is 193 (75.78% from 255 or 37.62% from 513); Max value from RGB is 219 - color contains mainly: red. Hex color #DB65C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB65C1 is #249A3E. Grayscale: #929292. Windows color (decimal): -2398783 or 12674523. OLE color: 12674523.

HSL color Cylindrical-coordinate representation of color #DB65C1: hue angle of 313.22º 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 #DB65C1 is Cyan = 0, Magento = 0.54, Yellow = 0.12 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 101 193 -
CMYK 0 0.54 0.12 0.14
HSL 313.22º 0.62% 0.63% -
HSV(B) 313.22º 0.54% 0.86% -
XYZ 43.49 28.22 53.61 -
YUV 146.77 154.09 179.52 -
System Red Green Blue C M Y K H S L
Decimal 219 101 193 0 0.54 0.12 0.14 313.22 0.62 0.63
Hex DB 65 C1 0 36 C E 139 3E 3F
Octal 333 145 301 0 66 14 16 471 76 77
Binary 11011011 1100101 11000001 0 110110 1100 1110 100111001 111110 111111

Color Harmonies of #DB65C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB65C1

Black with #DB65C1

Text Example


Text Example

White with #DB65C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB65C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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