Html Css Color HEX #D463DB Orchid

📋 copy color: '#D463DB'

red 212 ◦ green 99 ◦ blue 219

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

Shades of Orchid #D463DB

Tints of Orchid #D463DB

RGB

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

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

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

R = 40%
G = 18.68%
B = 41.32%

CMYK

 C value IS 0.03

 M value IS 0.55

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D463DB (or 0xD463DB) is known color: Orchid. HEX triplet: D4, 63 and DB. RGB value is (212,99,219). Sum of RGB (Red+Green+Blue) = 212+99+219=530 (70% of max value = 765). Red value is 212 (83.20% from 255 or 40% from 530); Green value is 99 (39.06% from 255 or 18.68% from 530); Blue value is 219 (85.94% from 255 or 41.32% from 530); Max value from RGB is 219 - color contains mainly: blue. Hex color #D463DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D463DB is #2B9C24. Grayscale: #929292. Windows color (decimal): -2858021 or 14377940. OLE color: 14377940.

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

Color convert

RGB 212 99 219 -
CMYK 0.03 0.55 0 0.14
HSL 296.5º 0.63% 0.62% -
HSV(B) 296.5º 0.55% 0.86% -
XYZ 44.4 28.04 70.09 -
YUV 146.47 168.94 174.74 -
System Red Green Blue C M Y K H S L
Decimal 212 99 219 0.03 0.55 0 0.14 296.5 0.63 0.62
Hex D4 63 DB 3 37 0 E 128 3E 3E
Octal 324 143 333 3 67 0 16 450 76 76
Binary 11010100 1100011 11011011 11 110111 0 1110 100101000 111110 111110

Color Harmonies of #D463DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D463DB

Black with #D463DB

Text Example


Text Example

White with #D463DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D463DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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