Html Css Color HEX #D663DB Orchid

📋 copy color: '#D663DB'

red 214 ◦ green 99 ◦ blue 219

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

Shades of Orchid #D663DB

Tints of Orchid #D663DB

RGB

 RED value IS 214 (83.98% from 255) = 40.23%

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

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

R = 40.23%
G = 18.61%
B = 41.17%

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

#D663DB (or 0xD663DB) is known color: Orchid. HEX triplet: D6, 63 and DB. RGB value is (214,99,219). Sum of RGB (Red+Green+Blue) = 214+99+219=532 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.23% from 532); Green value is 99 (39.06% from 255 or 18.61% from 532); Blue value is 219 (85.94% from 255 or 41.17% from 532); Max value from RGB is 219 - color contains mainly: blue. Hex color #D663DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D663DB is #299C24. Grayscale: #929292. Windows color (decimal): -2726949 or 14377942. OLE color: 14377942.

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

Color convert

RGB 214 99 219 -
CMYK 0.02 0.55 0 0.14
HSL 297.5º 0.63% 0.62% -
HSV(B) 297.5º 0.55% 0.86% -
XYZ 44.98 28.33 70.12 -
YUV 147.07 168.6 175.74 -
System Red Green Blue C M Y K H S L
Decimal 214 99 219 0.02 0.55 0 0.14 297.5 0.63 0.62
Hex D6 63 DB 2 37 0 E 12A 3E 3E
Octal 326 143 333 2 67 0 16 452 76 76
Binary 11010110 1100011 11011011 10 110111 0 1110 100101010 111110 111110

Color Harmonies of #D663DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D663DB

Black with #D663DB

Text Example


Text Example

White with #D663DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D663DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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