Html Css Color HEX #D464DB Orchid

📋 copy color: '#D464DB'

red 212 ◦ green 100 ◦ blue 219

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

Shades of Orchid #D464DB

Tints of Orchid #D464DB

RGB

 RED value IS 212 (83.2% from 255) = 39.92%

 GREEN value IS 100 (39.45% from 255) = 18.83%

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

R = 39.92%
G = 18.83%
B = 41.24%

CMYK

 C value IS 0.03

 M value IS 0.54

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D464DB (or 0xD464DB) is known color: Orchid. HEX triplet: D4, 64 and DB. RGB value is (212,100,219). Sum of RGB (Red+Green+Blue) = 212+100+219=531 (70% of max value = 765). Red value is 212 (83.20% from 255 or 39.92% from 531); Green value is 100 (39.45% from 255 or 18.83% from 531); Blue value is 219 (85.94% from 255 or 41.24% from 531); Max value from RGB is 219 - color contains mainly: blue. Hex color #D464DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D464DB is #2B9B24. Grayscale: #929292. Windows color (decimal): -2857765 or 14378196. OLE color: 14378196.

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

Color convert

RGB 212 100 219 -
CMYK 0.03 0.54 0 0.14
HSL 296.47º 0.62% 0.63% -
HSV(B) 296.47º 0.54% 0.86% -
XYZ 44.49 28.23 70.12 -
YUV 147.05 168.61 174.32 -
System Red Green Blue C M Y K H S L
Decimal 212 100 219 0.03 0.54 0 0.14 296.47 0.62 0.63
Hex D4 64 DB 3 36 0 E 128 3E 3F
Octal 324 144 333 3 66 0 16 450 76 77
Binary 11010100 1100100 11011011 11 110110 0 1110 100101000 111110 111111

Color Harmonies of #D464DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D464DB

Black with #D464DB

Text Example


Text Example

White with #D464DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D464DB; }

 p { color: rgb(212,100,219); }

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

background-color css

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

 a { background-color: rgb(212,100,219); }

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

border-color css

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

 span { border-color: rgb(212,100,219); }

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