Html Css Color HEX #DB65C3 Orchid

📋 copy color: '#DB65C3'

red 219 ◦ green 101 ◦ blue 195

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

Shades of Orchid #DB65C3

Tints of Orchid #DB65C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 37.86%

R = 42.52%
G = 19.61%
B = 37.86%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.11

 K value IS 0.14

RGB Variations

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

Color information

#DB65C3 (or 0xDB65C3) is known color: Orchid. HEX triplet: DB, 65 and C3. RGB value is (219,101,195). Sum of RGB (Red+Green+Blue) = 219+101+195=515 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.52% from 515); Green value is 101 (39.84% from 255 or 19.61% from 515); Blue value is 195 (76.56% from 255 or 37.86% from 515); Max value from RGB is 219 - color contains mainly: red. Hex color #DB65C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB65C3 is #249A3C. Grayscale: #929292. Windows color (decimal): -2398781 or 12805595. OLE color: 12805595.

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

Color convert

RGB 219 101 195 -
CMYK 0 0.54 0.11 0.14
HSL 312.2º 0.62% 0.63% -
HSV(B) 312.2º 0.54% 0.86% -
XYZ 43.72 28.31 54.79 -
YUV 147 155.09 179.36 -
System Red Green Blue C M Y K H S L
Decimal 219 101 195 0 0.54 0.11 0.14 312.2 0.62 0.63
Hex DB 65 C3 0 36 B E 138 3E 3F
Octal 333 145 303 0 66 13 16 470 76 77
Binary 11011011 1100101 11000011 0 110110 1011 1110 100111000 111110 111111

Color Harmonies of #DB65C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB65C3

Black with #DB65C3

Text Example


Text Example

White with #DB65C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB65C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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