Html Css Color HEX #D763DB Orchid

📋 copy color: '#D763DB'

red 215 ◦ green 99 ◦ blue 219

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

Shades of Orchid #D763DB

Tints of Orchid #D763DB

RGB

 RED value IS 215 (84.38% from 255) = 40.34%

 GREEN value IS 99 (39.06% from 255) = 18.57%

 BLUE value IS 219 (85.94% from 255) = 41.09%

R = 40.34%
G = 18.57%
B = 41.09%

CMYK

 C value IS 0.02

 M value IS 0.55

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D763DB (or 0xD763DB) is known color: Orchid. HEX triplet: D7, 63 and DB. RGB value is (215,99,219). Sum of RGB (Red+Green+Blue) = 215+99+219=533 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.34% from 533); Green value is 99 (39.06% from 255 or 18.57% from 533); Blue value is 219 (85.94% from 255 or 41.09% from 533); Max value from RGB is 219 - color contains mainly: blue. Hex color #D763DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D763DB is #289C24. Grayscale: #939393. Windows color (decimal): -2661413 or 14377943. OLE color: 14377943.

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

Color convert

RGB 215 99 219 -
CMYK 0.02 0.55 0 0.14
HSL 298º 0.63% 0.62% -
HSV(B) 298º 0.55% 0.86% -
XYZ 45.27 28.49 70.13 -
YUV 147.36 168.43 176.24 -
System Red Green Blue C M Y K H S L
Decimal 215 99 219 0.02 0.55 0 0.14 298 0.63 0.62
Hex D7 63 DB 2 37 0 E 12A 3E 3E
Octal 327 143 333 2 67 0 16 452 76 76
Binary 11010111 1100011 11011011 10 110111 0 1110 100101010 111110 111110

Color Harmonies of #D763DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D763DB

Black with #D763DB

Text Example


Text Example

White with #D763DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D763DB; }

 p { color: rgb(215,99,219); }

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

background-color css

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

 a { background-color: rgb(215,99,219); }

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

border-color css

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

 span { border-color: rgb(215,99,219); }

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